Skip to content

Commit

Permalink
remove 1-sized source list test
Browse files Browse the repository at this point in the history
  • Loading branch information
perazz committed Sep 23, 2024
1 parent 567d719 commit 7ff83bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/fpm_test/test_manifest.f90
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ subroutine collect_manifest(tests)
& new_unittest("library-empty", test_library_empty), &
& new_unittest("library-wrongkey", test_library_wrongkey, should_fail=.true.), &
& new_unittest("library-list", test_library_list, should_fail=.true.), &
& new_unittest("library-list-one", test_library_listone, should_fail=.true.), &
& new_unittest("package-simple", test_package_simple), &
& new_unittest("package-empty", test_package_empty, should_fail=.true.), &
& new_unittest("package-typeerror", test_package_typeerror, should_fail=.true.), &
Expand Down

0 comments on commit 7ff83bc

Please sign in to comment.