summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Gardas <karel.gardas@centrum.cz>2015-02-19 22:41:02 +0100
committerKarel Gardas <karel.gardas@centrum.cz>2015-02-19 22:42:17 +0100
commit3f30912fcceceea68b8ea6ada6c3135447c6871a (patch)
tree6eb85474b24434243c9009c55a5634f0f27a2c91
parentef391f88ecde6d66cae0fd216ba0d25956fec1fb (diff)
downloadhaskell-3f30912fcceceea68b8ea6ada6c3135447c6871a.tar.gz
fix T7600 run on bigendian platform
-rw-r--r--testsuite/tests/codeGen/should_run/T7600_A.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/codeGen/should_run/T7600_A.hs b/testsuite/tests/codeGen/should_run/T7600_A.hs
index 52c28cbd8b..df31b839ee 100644
--- a/testsuite/tests/codeGen/should_run/T7600_A.hs
+++ b/testsuite/tests/codeGen/should_run/T7600_A.hs
@@ -12,6 +12,8 @@ import Numeric
import GHC.Float
+#include "ghcconfig.h"
+
-- Test run
test_run :: Float -> Double -> IO ()
test_run float_number double_number = do