summaryrefslogtreecommitdiff
path: root/flang/test/Parser/OpenMP/fail-construct1.f90
diff options
context:
space:
mode:
Diffstat (limited to 'flang/test/Parser/OpenMP/fail-construct1.f90')
-rw-r--r--flang/test/Parser/OpenMP/fail-construct1.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/flang/test/Parser/OpenMP/fail-construct1.f90 b/flang/test/Parser/OpenMP/fail-construct1.f90
index f0b3f7438ae5..2aba50a81e7e 100644
--- a/flang/test/Parser/OpenMP/fail-construct1.f90
+++ b/flang/test/Parser/OpenMP/fail-construct1.f90
@@ -1,5 +1,5 @@
! RUN: not %flang_fc1 -fsyntax-only -fopenmp %s 2>&1 | FileCheck %s
-!$omp parallel
-! CHECK: error: expected '!$OMP '
+!$omp parallel
+! CHECK: error: Expected OpenMP END PARALLEL directive
end