aboutsummaryrefslogtreecommitdiffstats
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.sh b/test.sh
index fa01f80..fa66812 100755
--- a/test.sh
+++ b/test.sh
@@ -33,6 +33,6 @@ run './test/let-over-fn.resp' '2 : Int'
run './test/let.resp' '5 : Int'
# Algebraic data types
-run './test/match.resp' '"Hello, rectangle!" : String'
+run './test/match.resp' '12.0000 : Float'
#run './test/poly.resp' '#t : Bool'