summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorbd-912 <bdunahu@colostate.edu>2024-04-26 17:01:49 -0600
committerbd-912 <bdunahu@colostate.edu>2024-04-26 17:01:49 -0600
commit7c6c79a437a4c1e7cf85964d005a3cdeb59809f1 (patch)
tree87318f07590b624d4408410e4b2693ad20dff166 /test.sh
parentccd38b0746b0b5aeeefdd6e49f2c9d6cb66676f4 (diff)
Added skeleton files in "heat" libary, successor to TypeCheckSimp
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