diff options
Diffstat (limited to 'flang/test/Evaluate/folding13.f90')
-rw-r--r-- | flang/test/Evaluate/folding13.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flang/test/Evaluate/folding13.f90 b/flang/test/Evaluate/folding13.f90 index 753b7be068c2..fbc37ad36fe4 100644 --- a/flang/test/Evaluate/folding13.f90 +++ b/flang/test/Evaluate/folding13.f90 @@ -1,4 +1,4 @@ -! RUN: %S/test_folding.sh %s %t %f18 +! RUN: %S/test_folding.sh %s %t %flang_fc1 ! Test folding of array constructors with constant implied DO bounds; ! their indices are constant expressions and can be used as such. module m1 |