summaryrefslogtreecommitdiff
path: root/testsuite/tests/perf/should_run/T3245.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/perf/should_run/T3245.hs')
-rw-r--r--testsuite/tests/perf/should_run/T3245.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/perf/should_run/T3245.hs b/testsuite/tests/perf/should_run/T3245.hs
index d345fed38b..806df34879 100644
--- a/testsuite/tests/perf/should_run/T3245.hs
+++ b/testsuite/tests/perf/should_run/T3245.hs
@@ -7,8 +7,8 @@ import Data.Typeable
import System.CPUTime
size :: Int
-size = 40000 -- This was big enough to take 5 seconds in
- -- the bad case on my machine.
+size = 40000 -- This was big enough to take 5 seconds in
+ -- the bad case on my machine.
data Any = forall a. (Typeable a) => Any a