We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96a926b commit 25614beCopy full SHA for 25614be
tests/private/target_local_block.f90
@@ -22,7 +22,7 @@ program main
22
if (a == 10) then
23
print *,"Success!"
24
else
25
- write(*,*) "a expected120, now = ", a
+ write(*,*) "a expected 10, now = ", a
26
stop 1
27
endif
28
0 commit comments