diff options
Diffstat (limited to 'flang/test/Semantics/canondo08.f90')
-rw-r--r-- | flang/test/Semantics/canondo08.f90 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/flang/test/Semantics/canondo08.f90 b/flang/test/Semantics/canondo08.f90 index 09a277b53d5a..fd9b2300ac62 100644 --- a/flang/test/Semantics/canondo08.f90 +++ b/flang/test/Semantics/canondo08.f90 @@ -2,10 +2,10 @@ ! See R1131 and C1133 ! By default, this is not an error and label do are rewritten to non-label do. -! A warning is generated with -Mstandard +! A warning is generated with -pedantic -! RUN: %f18 -funparse-with-symbols -Mstandard %s 2>%t.stderr | FileCheck %s +! RUN: %flang_fc1 -fdebug-unparse-with-symbols -pedantic %s 2>%t.stderr | FileCheck %s ! CHECK: end do |