We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea6a0b commit 80bed7dCopy full SHA for 80bed7d
test/main.f90
@@ -27,4 +27,5 @@ program main
27
call string_test%report(passes, tests)
28
29
if (this_image()==1) print *, new_line('a'), "_________ In total, ",passes," of ",tests, " tests pass. _________"
30
+ if (passes /= tests) error stop
31
end program
0 commit comments