diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/tup.resp | 2 |
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) |