aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-19 19:52:52 +0000
committerDavid Robillard <d@drobilla.net>2009-06-19 19:52:52 +0000
commit7c0da0d3825ec7ad2ccca4549b843967d28178e4 (patch)
tree83df210335cd35951930677512b93754b61a0b23 /test
parentda6589624965bf151504c79583dbaf86c9d1abc6 (diff)
downloadresp-7c0da0d3825ec7ad2ccca4549b843967d28178e4.tar.gz
resp-7c0da0d3825ec7ad2ccca4549b843967d28178e4.tar.bz2
resp-7c0da0d3825ec7ad2ccca4549b843967d28178e4.zip
Remove crufty cons/car/cdr implementation that doesn't work anyway.
git-svn-id: http://svn.drobilla.net/resp/tuplr@128 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'test')
-rw-r--r--test/list.tpr3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/list.tpr b/test/list.tpr
deleted file mode 100644
index 947fe97..0000000
--- a/test/list.tpr
+++ /dev/null
@@ -1,3 +0,0 @@
-(def l (cons 1 (cons 2 (cons 3 4))))
-
-(car (cdr (cdr l)))