diff options
author | Andy Wingo <wingo@pobox.com> | 2012-04-26 22:17:47 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2012-04-26 22:17:47 +0200 |
commit | e7501d4a682cc2b430514280834dfc68b97f2be2 (patch) | |
tree | ff1ba27f86e7c1e896657acc633aa5cf59ddfd63 /test-suite/tests/tree-il.test | |
parent | 649d3ea76639424fa5445a6f44896de1fdf1e309 (diff) | |
parent | d10f7b572c0ca1ccef87f9c46069daa30946e0cf (diff) | |
download | guile-e7501d4a682cc2b430514280834dfc68b97f2be2.tar.gz |
Merge commit 'd10f7b572c0ca1ccef87f9c46069daa30946e0cf'
Conflicts:
libguile/smob.c
libguile/smob.h
test-suite/tests/tree-il.test
Diffstat (limited to 'test-suite/tests/tree-il.test')
-rw-r--r-- | test-suite/tests/tree-il.test | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test-suite/tests/tree-il.test b/test-suite/tests/tree-il.test index 47289c3c9..37349d22a 100644 --- a/test-suite/tests/tree-il.test +++ b/test-suite/tests/tree-il.test @@ -702,13 +702,6 @@ (const 0) (const 1) (const 2) (const 3) (const 4) (const 5))) (pass-if-peval - ;; First order, coalesced, mutability preserved. - (cons 0 (cons 1 (cons 2 (list 3 4 5)))) - ;; This must not be a constant. - (primcall list - (const 0) (const 1) (const 2) (const 3) (const 4) (const 5))) - - (pass-if-peval ;; First order, coalesced, immutability preserved. (cons 0 (cons 1 (cons 2 '(3 4 5)))) (primcall cons (const 0) |