summaryrefslogtreecommitdiff
path: root/flang/test/Semantics/io07.f90
diff options
context:
space:
mode:
Diffstat (limited to 'flang/test/Semantics/io07.f90')
-rw-r--r--flang/test/Semantics/io07.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/flang/test/Semantics/io07.f90 b/flang/test/Semantics/io07.f90
index 5c4c2b419d97..9b1f048e5b17 100644
--- a/flang/test/Semantics/io07.f90
+++ b/flang/test/Semantics/io07.f90
@@ -74,9 +74,9 @@
8001 format(9G0.5)
- !ERROR: Unexpected 'e' in 'G0' edit descriptor
+ !ERROR: A 'G0' edit descriptor must not have an 'e' value
8101 format(9(G0.5e1))
- !ERROR: Unexpected 'e' in 'G0' edit descriptor
+ !ERROR: A 'G0' edit descriptor must not have an 'e' value
8102 format(9(G0.5 E 1))
end