diff --git a/compile-test.sps b/compile-test.sps index 9a38099..8db451a 100644 --- a/compile-test.sps +++ b/compile-test.sps @@ -4,6 +4,6 @@ (retropikzel hello) (srfi :64)) -(display "Interpreter test: ") +(display "Compile test: ") (hello) (exit 0)