Skip to content

Commit 7ff83bc

Browse files
committed
remove 1-sized source list test
1 parent 567d719 commit 7ff83bc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/fpm_test/test_manifest.f90

-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ subroutine collect_manifest(tests)
4747
& new_unittest("library-empty", test_library_empty), &
4848
& new_unittest("library-wrongkey", test_library_wrongkey, should_fail=.true.), &
4949
& new_unittest("library-list", test_library_list, should_fail=.true.), &
50-
& new_unittest("library-list-one", test_library_listone, should_fail=.true.), &
5150
& new_unittest("package-simple", test_package_simple), &
5251
& new_unittest("package-empty", test_package_empty, should_fail=.true.), &
5352
& new_unittest("package-typeerror", test_package_typeerror, should_fail=.true.), &

0 commit comments

Comments
 (0)