[MLton-commit] r5992

Vesa Karvonen vesak at mlton.org
Sat Sep 1 18:47:45 PDT 2007


Use ieee-fp.  Otherwise the (intentional) rounding error in the second
assoc test (almost) never appears.

----------------------------------------------------------------------

U   mltonlib/trunk/com/ssh/unit-test/unstable/Example.sh

----------------------------------------------------------------------

Modified: mltonlib/trunk/com/ssh/unit-test/unstable/Example.sh
===================================================================
--- mltonlib/trunk/com/ssh/unit-test/unstable/Example.sh	2007-09-01 23:57:21 UTC (rev 5991)
+++ mltonlib/trunk/com/ssh/unit-test/unstable/Example.sh	2007-09-02 01:47:44 UTC (rev 5992)
@@ -26,6 +26,7 @@
 
     mlton -mlb-path-map generated/mlb-path-map \
           -output generated/example            \
+          -ieee-fp true                        \
           example.mlb
 
     if generated/example ; then echo "Unexpected!" ; fi




More information about the MLton-commit mailing list