summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Templeton <robin@terpri.org>2015-05-10 17:11:40 -0400
committerRicardo Wurmus <rekado@elephly.net>2020-04-04 19:22:06 +0200
commit29cb4db3f3b3b50f83f39432f0d151452903128a (patch)
treed513d3783fb787237845b79f29b226659c901b7f
parent6029677c90539a1c42547320c6c18c26ab4a22cc (diff)
update cross-compilation test
(Best-ability ChangeLog annotation added by Christopher Allan Webber.) * test-suite/tests/cross-compilation.test (test-target): Update it.
-rw-r--r--test-suite/tests/cross-compilation.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/tests/cross-compilation.test b/test-suite/tests/cross-compilation.test
index 175e6402b..b15c51d6e 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) #:to 'bytecode)))
- (and=> (parse-elf bv)
+ (bv+constants (compile '(hello-world) #:to 'bytecode)))
+ (and=> (parse-elf (car bv+constants))
(lambda (elf)
(and (equal? (elf-byte-order elf) endian)
(equal? (elf-word-size elf) word-size)))))))))