tests/ffi: load-option is quieter now by default.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Fri, 22 Nov 2013 20:51:12 +0000 (13:51 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Fri, 22 Nov 2013 20:51:12 +0000 (13:51 -0700)
tests/ffi/test-ffi.scm

index 40e70d64c906e4c88c9ede0cc2b4c1d4db4945bc..22214c2a58069d8d298e1f5809afa4270984ad8a 100644 (file)
@@ -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")))