From 3f30912fcceceea68b8ea6ada6c3135447c6871a Mon Sep 17 00:00:00 2001 From: Karel Gardas Date: Thu, 19 Feb 2015 22:41:02 +0100 Subject: fix T7600 run on bigendian platform --- testsuite/tests/codeGen/should_run/T7600_A.hs | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1