diff options
Diffstat (limited to 'flang/test/Semantics/label14.f90')
-rw-r--r-- | flang/test/Semantics/label14.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/test/Semantics/label14.f90 b/flang/test/Semantics/label14.f90 index ebb865c9e85b..27030c9d0850 100644 --- a/flang/test/Semantics/label14.f90 +++ b/flang/test/Semantics/label14.f90 @@ -2,7 +2,7 @@ ! 11.1.4 - 4 It is permissible to branch to and end-block-stmt only withinh its ! Block Construct -! RUN: not %f18 %s 2>&1 | FileCheck %s +! RUN: %flang_fc1 -fsyntax-only %s 2>&1 | FileCheck %s ! CHECK: Label '20' is not in scope subroutine s1 |