diff options
Diffstat (limited to 'flang/test/Semantics/if_stmt03.f90')
-rw-r--r-- | flang/test/Semantics/if_stmt03.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/test/Semantics/if_stmt03.f90 b/flang/test/Semantics/if_stmt03.f90 index 5da1c4e3588c..acd67a9036ff 100644 --- a/flang/test/Semantics/if_stmt03.f90 +++ b/flang/test/Semantics/if_stmt03.f90 @@ -1,4 +1,4 @@ -! RUN: %S/test_errors.sh %s %t %f18 +! RUN: %S/test_errors.sh %s %t %flang_fc1 ! Check that non-logical expressions are not allowed. ! Check that non-scalar expressions are not allowed. ! TODO: Insure all non-logicals are prohibited. |