[MLton-commit] r6916
Wesley Terpstra
wesley at mlton.org
Wed Oct 8 15:49:42 PDT 2008
On MinGW, feeding the output through sed '' removes trailing CRs.
This lets the diff succeed with the unix format .ok file.
----------------------------------------------------------------------
U mlton/trunk/regression/library/library-test
----------------------------------------------------------------------
Modified: mlton/trunk/regression/library/library-test
===================================================================
--- mlton/trunk/regression/library/library-test 2008-10-08 22:48:45 UTC (rev 6915)
+++ mlton/trunk/regression/library/library-test 2008-10-08 22:49:37 UTC (rev 6916)
@@ -28,7 +28,7 @@
-default-ann 'allowFFI true' -export-header check.h check.sml check.c
# Check that symbols resolved correctly
-./check > check.log
+./check | sed '' > check.log
# Confirm expected output
set +x
More information about the MLton-commit
mailing list