diff options
Diffstat (limited to 'openmp/testsuite')
-rw-r--r-- | openmp/testsuite/bin/header | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/testsuite/bin/header b/openmp/testsuite/bin/header index 7cc6c7dea28..3741e628cab 100644 --- a/openmp/testsuite/bin/header +++ b/openmp/testsuite/bin/header @@ -1,4 +1,4 @@ -; RUN: %clang -liomp5 -lm %s -o %t && %t 2>&1 | FileCheck %s +; RUN: %clang -lomp -lm %s -o %t && %t 2>&1 | FileCheck %s ; CHECK-NOT: Test failed ; CHECK: Directive worked without errors |