diff options
Diffstat (limited to 'flang/test/Semantics/call10.f90')
-rw-r--r-- | flang/test/Semantics/call10.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/test/Semantics/call10.f90 b/flang/test/Semantics/call10.f90 index 803726cc1168..5eb5f5ab3b1a 100644 --- a/flang/test/Semantics/call10.f90 +++ b/flang/test/Semantics/call10.f90 @@ -1,4 +1,4 @@ -! RUN: %S/test_errors.sh %s %t %f18 +! RUN: %S/test_errors.sh %s %t %flang_fc1 ! Test 15.7 (C1583-C1590, C1592-C1599) constraints and restrictions ! for pure procedures. ! (C1591 is tested in call11.f90; C1594 in call12.f90.) |