diff options
Diffstat (limited to 'test.sh')
-rwxr-xr-x | test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |