cwebber pushed a commit to branch wip-elisp-rebased
in repository guile.
commit 8ce962192f1dbb961472845f82348edf5ae73d2e
Author: Robin Templeton <[email protected]>
AuthorDate: Sun May 10 17:11:40 2015 -0400
update cross-compilation test
(Best-ability ChangeLog annotation added by Christine Lemmer-Webber.)
* test-suite/tests/cross-compilation.test (test-target): Update it.
---
test-suite/tests/cross-compilation.test | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test-suite/tests/cross-compilation.test
b/test-suite/tests/cross-compilation.test
index 120317b..456cf8a 100644
--- a/test-suite/tests/cross-compilation.test
+++ b/test-suite/tests/cross-compilation.test
@@ -56,8 +56,8 @@
(string=? (native-os) (target-os)))
(native-word-size)
word-size))
- (bv (compile '(hello-world) #:warning-level 0 #:to 'bytecode)))
- (and=> (parse-elf bv)
+ (bv+constants (compile '(hello-world) #:warning-level 0 #:to
'bytecode)))
+ (and=> (parse-elf (car bv+constants))
(lambda (elf)
(and (equal? (elf-byte-order elf) endian)
(equal? (elf-word-size elf) word-size)))))))))