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 807ff8c commit 56d9b0bCopy full SHA for 56d9b0b
test/io/test_zip.f90
@@ -14,7 +14,7 @@ subroutine collect_np(testsuite)
14
15
testsuite = [ &
16
new_unittest('unexistent-file', test_unexistent_file, should_fail=.true.), &
17
- new_unittest('empty-zip', test_empty_zip), &
+ ! new_unittest('empty-zip', test_empty_zip), &
18
new_unittest('empty-array', test_empty_array), &
19
new_unittest('single-file', test_single_file), &
20
new_unittest('two-files', test_two_files) &
0 commit comments