diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2018-01-06 21:35:46 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2018-01-06 21:35:46 +0000 |
| commit | ead8c8e4f12a52fe33a395d4dce984c89ab04a77 (patch) | |
| tree | 370cd144f688870dbf79c8c799ada394855047d5 /test/OpenMP/taskloop_simd_aligned_messages.cpp | |
| parent | 55e6d896ad333f07bb3b1ba487df214fc268a4ab (diff) | |
Notes
Diffstat (limited to 'test/OpenMP/taskloop_simd_aligned_messages.cpp')
| -rw-r--r-- | test/OpenMP/taskloop_simd_aligned_messages.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/OpenMP/taskloop_simd_aligned_messages.cpp b/test/OpenMP/taskloop_simd_aligned_messages.cpp index c4c41ebbafe4..24cdd00e6b34 100644 --- a/test/OpenMP/taskloop_simd_aligned_messages.cpp +++ b/test/OpenMP/taskloop_simd_aligned_messages.cpp @@ -1,5 +1,7 @@ // RUN: %clang_cc1 -x c++ -std=c++11 -verify -fopenmp %s +// RUN: %clang_cc1 -x c++ -std=c++11 -verify -fopenmp-simd %s + struct B { static int ib[20]; // expected-note 0 {{'B::ib' declared here}} static constexpr int bfoo() { return 8; } |
