projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c9f7fb
)
tests/ffi: load-option is quieter now by default.
author
Matt Birkholz
<matt@birkholz.chandler.az.us>
Fri, 22 Nov 2013 20:51:12 +0000
(13:51 -0700)
committer
Matt Birkholz
<matt@birkholz.chandler.az.us>
Fri, 22 Nov 2013 20:51:12 +0000
(13:51 -0700)
tests/ffi/test-ffi.scm
patch
|
blob
|
history
diff --git
a/tests/ffi/test-ffi.scm
b/tests/ffi/test-ffi.scm
index 40e70d64c906e4c88c9ede0cc2b4c1d4db4945bc..22214c2a58069d8d298e1f5809afa4270984ad8a 100644
(file)
--- a/
tests/ffi/test-ffi.scm
+++ b/
tests/ffi/test-ffi.scm
@@
-37,8
+37,7
@@
USA.
(if (not (zero? code))
(warn "Test library build failed:" code)
(begin
- (fluid-let ((load/suppress-loading-message? #t))
- (load-option 'FFI))
+ (load-option 'FFI)
(with-system-library-directories '("./")
(lambda ()
(compile-file "test-ffi-wrapper")))