We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567d719 commit 7ff83bcCopy full SHA for 7ff83bc
test/fpm_test/test_manifest.f90
@@ -47,7 +47,6 @@ subroutine collect_manifest(tests)
47
& new_unittest("library-empty", test_library_empty), &
48
& new_unittest("library-wrongkey", test_library_wrongkey, should_fail=.true.), &
49
& new_unittest("library-list", test_library_list, should_fail=.true.), &
50
- & new_unittest("library-list-one", test_library_listone, should_fail=.true.), &
51
& new_unittest("package-simple", test_package_simple), &
52
& new_unittest("package-empty", test_package_empty, should_fail=.true.), &
53
& new_unittest("package-typeerror", test_package_typeerror, should_fail=.true.), &
0 commit comments