diff options
Diffstat (limited to 'test/OpenMP/sections_misc_messages.c')
-rw-r--r-- | test/OpenMP/sections_misc_messages.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/OpenMP/sections_misc_messages.c b/test/OpenMP/sections_misc_messages.c index 0297513543a9..da20aa18aa12 100644 --- a/test/OpenMP/sections_misc_messages.c +++ b/test/OpenMP/sections_misc_messages.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -fopenmp=libiomp5 -verify %s +// RUN: %clang_cc1 -fsyntax-only -fopenmp -verify %s void foo(); |