Skip to content

Commit cbda52f

Browse files
kwyatt-extKevin Wyatt
andauthored
[flang] Corrected expected value for empty STRING. (#359)
* Adding an executable test for the Fortran 2023 tokenize intrinsic. * Corrected expected value for empty STRING. --------- Co-authored-by: Kevin Wyatt <kwyatt@hpe.com>
1 parent 9f44cd6 commit cbda52f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Fortran/cray/f2023/16/09/tokenize01.reference_output

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165

166166
---- Test 7 - 4: TOKENIZE with FIRST and LAST ----
167167
FIRST LAST
168-
0 0
168+
1 0
169169
---- Test 7 - 5: TOKENIZE with TOKENS, but no SEPARATOR ----
170170
TOKENS:
171171
""
@@ -180,7 +180,7 @@
180180

181181
---- Test 8 - 4: TOKENIZE with FIRST and LAST ----
182182
FIRST LAST
183-
0 0
183+
1 0
184184
---- Test 8 - 5: TOKENIZE with TOKENS, but no SEPARATOR ----
185185
TOKENS:
186186
""

0 commit comments

Comments
 (0)