diff options
author | Simon Marlow <marlowsd@gmail.com> | 2013-02-19 09:39:38 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2013-02-19 15:56:45 +0000 |
commit | 8d70a4491197cdf63f3a6606ffe0bbf8edb0cd7a (patch) | |
tree | 3b46fec74455c5b002a51f04899e4f27b7fc7540 | |
parent | 96cf2fd0484c4ec97c76199c7270500647cb5e2b (diff) | |
download | haskell-8d70a4491197cdf63f3a6606ffe0bbf8edb0cd7a.tar.gz |
unsafePerformIO moved
-rw-r--r-- | testsuite/tests/profiling/should_run/T3001-2.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/profiling/should_run/T3001-2.hs b/testsuite/tests/profiling/should_run/T3001-2.hs index 961d9c3760..5c0cb3e977 100644 --- a/testsuite/tests/profiling/should_run/T3001-2.hs +++ b/testsuite/tests/profiling/should_run/T3001-2.hs @@ -21,6 +21,7 @@ import GHC.Word import Control.Monad import Foreign +import System.IO.Unsafe import System.IO import Data.Char (chr,ord) |