summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.sh b/test.sh
index 635fe71..a8c60bd 100755
--- a/test.sh
+++ b/test.sh
@@ -7,7 +7,7 @@
testdir="./output"
case "$1" in
- "typecheck")
+ "heat")
ext="java"
;;
"boil")
@@ -20,7 +20,7 @@ case "$1" in
ext="vaporm"
;;
*)
- echo "usage $0 [typecheck|boil|vaporize|condense]"
+ echo "usage $0 [heat|boil|vaporize|condense]"
exit 1
;;
esac