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 3078f71 commit e309121Copy full SHA for e309121
test/main.f90
@@ -23,7 +23,7 @@ program main
23
call object_test%report(passes, tests)
24
call formats_test%report(passes, tests)
25
call test_result_test%report(passes, tests)
26
- call command_line_test%report(passes, tests)
+ !call command_line_test%report(passes, tests)
27
call string_test%report(passes, tests)
28
29
if (this_image()==1) print *, new_line('a'), "_________ In total, ",passes," of ",tests, " tests pass. _________"
0 commit comments