aboutsummaryrefslogtreecommitdiffstats
path: root/test/tup.resp
diff options
context:
space:
mode:
Diffstat (limited to 'test/tup.resp')
-rw-r--r--test/tup.resp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tup.resp b/test/tup.resp
index 17d59cb..e856f81 100644
--- a/test/tup.resp
+++ b/test/tup.resp
@@ -1,4 +1,4 @@
-(def t (cons 1 2 3 4 5))
+(def t (Tup 1 2 3 4 5))
(. t 0)
(. t 1)
(. t 2)