diff options
Diffstat (limited to 'clang/test/OpenMP/parallel_sections_copyin_messages.cpp')
-rw-r--r-- | clang/test/OpenMP/parallel_sections_copyin_messages.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/OpenMP/parallel_sections_copyin_messages.cpp b/clang/test/OpenMP/parallel_sections_copyin_messages.cpp index d8a34bad21b..62b5d05db06 100644 --- a/clang/test/OpenMP/parallel_sections_copyin_messages.cpp +++ b/clang/test/OpenMP/parallel_sections_copyin_messages.cpp @@ -76,7 +76,7 @@ int main(int argc, char **argv) { { foo(); } -#pragma omp parallel sections copyin(h, // expected-error {{expected ')'}} expected-note {{to match this '('}} +#pragma omp parallel sections copyin(h, // expected-error {{expected expression}} expected-error {{expected ')'}} expected-note {{to match this '('}} { foo(); } |