[Clang] Fix buildbot failure introduced by #121788
[llvm-project.git] / flang / test / Parser / OpenMP / fail-construct1.f90
blobf0ee22125cee03ea6d48f42a5ae32907adf78e46
1 ! RUN: not %flang_fc1 -fsyntax-only -fopenmp %s 2>&1 | FileCheck %s
3 ! CHECK: error: expected OpenMP construct
4 !$omp parallel
5 end