diff --git a/pkgs/planet-pkgs/planet-test/tests/planet/cmdline-tool.rkt b/pkgs/planet-pkgs/planet-test/tests/planet/cmdline-tool.rkt index 2cc53d25b6..39e807bd3c 100644 --- a/pkgs/planet-pkgs/planet-test/tests/planet/cmdline-tool.rkt +++ b/pkgs/planet-pkgs/planet-test/tests/planet/cmdline-tool.rkt @@ -328,6 +328,3 @@ using 'system' to call out to the tool and then reading its results, etc. (delete-file (list-ref test-connection-spec 1)) (printf "Finished tests\n") - -(module test racket/base - (displayln "run as program for tests"))