aboutsummaryrefslogtreecommitdiffstats
path: root/test.sh
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-10-16 03:20:22 +0000
committerDavid Robillard <d@drobilla.net>2009-10-16 03:20:22 +0000
commit195598d60fec7a9ea2096143d853fab8232b5138 (patch)
treea768c19d5b59db09df0b6ee52e2ee6e1fb8a0ba0 /test.sh
parentc2d75892af2fdc6b9bf25365a15de5dc63bcc852 (diff)
downloadresp-195598d60fec7a9ea2096143d853fab8232b5138.tar.gz
resp-195598d60fec7a9ea2096143d853fab8232b5138.tar.bz2
resp-195598d60fec7a9ea2096143d853fab8232b5138.zip
. operator for destructuring Tuples (cons).
git-svn-id: http://svn.drobilla.net/resp/tuplr@236 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.sh b/test.sh
index 9fd86f8..13d2b00 100755
--- a/test.sh
+++ b/test.sh
@@ -18,3 +18,4 @@ run './test/def.tpr' '3 : Int'
run './test/fac.tpr' '720 : Int'
run './test/poly.tpr' '#t : Bool'
run './test/nest.tpr' '6 : Int'
+run './test/tup.tpr' '3 : Int'