Skip to content

Commit 25614be

Browse files
committed
Fix wrong printout.
1 parent 96a926b commit 25614be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/private/target_local_block.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ program main
2222
if (a == 10) then
2323
print *,"Success!"
2424
else
25-
write(*,*) "a expected120, now = ", a
25+
write(*,*) "a expected 10, now = ", a
2626
stop 1
2727
endif
2828

0 commit comments

Comments
 (0)