diff options
Diffstat (limited to 'clang/test/OpenMP/parallel_sections_if_messages.cpp')
| -rw-r--r-- | clang/test/OpenMP/parallel_sections_if_messages.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/OpenMP/parallel_sections_if_messages.cpp b/clang/test/OpenMP/parallel_sections_if_messages.cpp index db4d0a1ec71..c2e3f5ec99b 100644 --- a/clang/test/OpenMP/parallel_sections_if_messages.cpp +++ b/clang/test/OpenMP/parallel_sections_if_messages.cpp @@ -75,7 +75,7 @@ int tmain(T argc, S **argv) { { foo(); } - #pragma omp parallel sections if(parallel : argc) if (argc) // expected-error {{no more 'if' clause is allowed}} + #pragma omp parallel sections if(parallel : argc) if (argc) // expected-error {{no more 'if' clause is allowed}} expected-note {{previous clause with directive name modifier specified here}} { foo(); } @@ -152,7 +152,7 @@ int main(int argc, char **argv) { { foo(); } - #pragma omp parallel sections if(parallel : argc) if (argc) // expected-error {{no more 'if' clause is allowed}} + #pragma omp parallel sections if(parallel : argc) if (argc) // expected-error {{no more 'if' clause is allowed}} expected-note {{previous clause with directive name modifier specified here}} { foo(); } |

