aboutsummaryrefslogtreecommitdiffstats
path: root/test/poly.tpr
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-04-08 20:09:16 +0000
committerDavid Robillard <d@drobilla.net>2010-04-08 20:09:16 +0000
commit55b6a3f313670d2cb13847d1f1b04fe3e4b21d63 (patch)
tree200b7dbe00107507e8111b07747bef2cd3f6a958 /test/poly.tpr
parent9d9fa6162295f3813d20f7a3ad4e07ccd6087c3c (diff)
downloadresp-55b6a3f313670d2cb13847d1f1b04fe3e4b21d63.tar.gz
resp-55b6a3f313670d2cb13847d1f1b04fe3e4b21d63.tar.bz2
resp-55b6a3f313670d2cb13847d1f1b04fe3e4b21d63.zip
Tuplr -> Resp (RESource Processing).
git-svn-id: http://svn.drobilla.net/resp/resp@252 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'test/poly.tpr')
-rw-r--r--test/poly.tpr6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/poly.tpr b/test/poly.tpr
deleted file mode 100644
index 33922e3..0000000
--- a/test/poly.tpr
+++ /dev/null
@@ -1,6 +0,0 @@
-(def eq (fn (x y) (= x y)))
-
-(eq 1 2)
-(eq 1 1)
-(eq 10.0 20.0)
-(eq 10.0 10.0)