guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 34/36: update cross-compilation test


From: Christopher Allan Webber
Subject: [Guile-commits] 34/36: update cross-compilation test
Date: Fri, 25 Mar 2016 20:04:33 +0000

cwebber pushed a commit to branch wip-elisp
in repository guile.

commit 898e00b6cf984df9f5585719c85d10e2e8fcf785
Author: Robin Templeton <address@hidden>
Date:   Sun May 10 17:11:40 2015 -0400

    update cross-compilation test
    
    (Best-ability ChangeLog annotation added by Christopher Allan Webber.)
    
    * test-suite/tests/cross-compilation.test (test-target): Update it.
---
 test-suite/tests/cross-compilation.test |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test-suite/tests/cross-compilation.test 
b/test-suite/tests/cross-compilation.test
index 175e640..b15c51d 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)))))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]