Remove redundant unit test file

The custom_toplevel.pl unit tests were trivial and didn't actually test
the functionality. All real testing is done via comprehensive CLI tests
in tests/scryer/cli/src_tests/custom_toplevel.md
This commit is contained in:
J.J. Tolton
2025-11-09 12:56:02 -05:00
parent e7c288f8f0
commit 5357ecf8e3
2 changed files with 0 additions and 44 deletions

View File

@@ -1 +0,0 @@
args = ["-f", "--no-add-history", "src/tests/custom_toplevel.pl", "-f", "-g", "use_module(library(custom_toplevel_tests)), custom_toplevel_tests:main_quiet(custom_toplevel_tests)", "-t", "halt"]