diff options
Diffstat (limited to 'test.sh')
-rwxr-xr-x | test.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,4 +16,5 @@ run() { run './test/ack.tpr' '8189 : Int' run './test/def.tpr' '3 : Int' run './test/fac.tpr' '720 : Int' -#run './test/nest.tpr' '6 : Int' +run './test/poly.tpr' '#t : Bool' +run './test/nest.tpr' '6 : Int' |