summaryrefslogtreecommitdiff
path: root/test-suite/tests
diff options
context:
space:
mode:
authorMichael Gran <spk121@yahoo.com>2009-08-08 02:35:08 -0700
committerMichael Gran <spk121@yahoo.com>2009-08-08 02:35:08 -0700
commitaa131e9e673b36c73a5ae33091f7305f21351288 (patch)
treeba4774ffed6cebc83838133898cda0dc37086409 /test-suite/tests
parent9c44cd4559a5d04ba70bbd9ff47f41bfdfebd09d (diff)
parentd97b69d9cd7207e947d22b2417defc58560e6457 (diff)
downloadguile-aa131e9e673b36c73a5ae33091f7305f21351288.tar.gz
Merge commit 'origin/master'
Diffstat (limited to 'test-suite/tests')
-rw-r--r--test-suite/tests/tree-il.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/tests/tree-il.test b/test-suite/tests/tree-il.test
index 896206b1f..d993e4ff2 100644
--- a/test-suite/tests/tree-il.test
+++ b/test-suite/tests/tree-il.test
@@ -72,7 +72,7 @@
(program 0 0 0 () (const 1) (call return 1)))
(assert-tree-il->glil
(apply (primitive +) (void) (const 1))
- (program 0 0 0 () (void) (const 1) (call add 2) (call return 1))))
+ (program 0 0 0 () (void) (call add1 1) (call return 1))))
(with-test-prefix "application"
(assert-tree-il->glil