diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-05-29 17:36:48 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-05-29 18:34:00 -0700 |
commit | 0c1974c8262f1609ecb7dec438d8cd167f788a5c (patch) | |
tree | 99a25fb9550c857ed0c7bf1418561ed7bc486207 /testsuite/tests/simplCore | |
parent | a53fc117511fe87db534ad658d3412b16ee8d4e9 (diff) | |
download | haskell-0c1974c8262f1609ecb7dec438d8cd167f788a5c.tar.gz |
Remove obsolete -fno-warn-amp from spec001
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to 'testsuite/tests/simplCore')
-rw-r--r-- | testsuite/tests/simplCore/should_compile/spec001.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/simplCore/should_compile/spec001.hs b/testsuite/tests/simplCore/should_compile/spec001.hs index f4b4dd0365..5a6fb039f4 100644 --- a/testsuite/tests/simplCore/should_compile/spec001.hs +++ b/testsuite/tests/simplCore/should_compile/spec001.hs @@ -1,6 +1,5 @@ {-# LANGUAGE CPP, UnboxedTuples, MagicHash, StandaloneDeriving, DeriveDataTypeable #-} {-# OPTIONS_GHC -O #-} -{-# OPTIONS_GHC -fno-warn-amp #-} -- In GHC 6.4, compiling this module gave a Core Lint failure following the -- specialier, because a function was floated out that had a RULE that |