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:
3e46a16
)
ffi: test-ffi.scm: Need a newline before running make.
author
Matt Birkholz
<matt@birkholz.chandler.az.us>
Sun, 17 Nov 2013 19:56:26 +0000
(12:56 -0700)
committer
Matt Birkholz
<matt@birkholz.chandler.az.us>
Sun, 17 Nov 2013 19:56:26 +0000
(12:56 -0700)
tests/ffi/test-ffi.scm
patch
|
blob
|
history
diff --git
a/tests/ffi/test-ffi.scm
b/tests/ffi/test-ffi.scm
index 90d5d3c07128d703de8ed3a8832f1ac62864ce31..40e70d64c906e4c88c9ede0cc2b4c1d4db4945bc 100644
(file)
--- a/
tests/ffi/test-ffi.scm
+++ b/
tests/ffi/test-ffi.scm
@@
-31,8
+31,7
@@
USA.
(let ((code
(with-notification
(lambda (port)
- (write-string "make all" port)
- (newline port))
+ (write-string "make all" port))
(lambda ()
(run-synchronous-subprocess "make" (list "all"))))))
(if (not (zero? code))