diff options
author | Simon Marlow <marlowsd@gmail.com> | 2012-08-02 15:52:11 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-08-08 16:36:27 +0100 |
commit | 31fb6f525ee4246f0903edf20b207599e3e3a088 (patch) | |
tree | 2aa1bcd4ab20abc50a94de62801d9938c56a6825 /testsuite/tests/codeGen | |
parent | ef4140f16d3e8a9cec4a7cf041170d1f40741cd0 (diff) | |
download | haskell-31fb6f525ee4246f0903edf20b207599e3e3a088.tar.gz |
don't force -O0
Diffstat (limited to 'testsuite/tests/codeGen')
-rw-r--r-- | testsuite/tests/codeGen/should_run/cgrun066.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/codeGen/should_run/cgrun066.hs b/testsuite/tests/codeGen/should_run/cgrun066.hs index aa1c621d71..0d53120976 100644 --- a/testsuite/tests/codeGen/should_run/cgrun066.hs +++ b/testsuite/tests/codeGen/should_run/cgrun066.hs @@ -1,5 +1,4 @@ {-# LANGUAGE MagicHash, BangPatterns #-} -{-# OPTIONS_GHC -O0 #-} import Foreign.C import Data.Word |