summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/simplCore
diff options
context:
space:
mode:
authorJose Pedro Magalhaes <jpm@cs.uu.nl>2011-05-10 08:12:49 +0200
committerJose Pedro Magalhaes <jpm@cs.uu.nl>2011-05-10 08:12:49 +0200
commitd5b7764ac8f0089cd17dbd8c3d9e11b9cd1c1ba2 (patch)
tree4c4d6add55164253ead48438937012c0929d59d8 /testsuite/tests/ghc-regress/simplCore
parentf15db4bf4f3b3825641d9f7d50f1e13ac99b6d3a (diff)
parenta2380e77c4539822b37741215b8e1dc46df072ca (diff)
downloadhaskell-d5b7764ac8f0089cd17dbd8c3d9e11b9cd1c1ba2.tar.gz
Merge branch 'master' of http://darcs.haskell.org/testsuite into ghc-generics
Diffstat (limited to 'testsuite/tests/ghc-regress/simplCore')
-rw-r--r--testsuite/tests/ghc-regress/simplCore/should_compile/spec001.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/simplCore/should_compile/spec001.hs b/testsuite/tests/ghc-regress/simplCore/should_compile/spec001.hs
index ed2d5af80f..99c720d30f 100644
--- a/testsuite/tests/ghc-regress/simplCore/should_compile/spec001.hs
+++ b/testsuite/tests/ghc-regress/simplCore/should_compile/spec001.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE CPP, UnboxedTuples, MagicHash #-}
+{-# LANGUAGE CPP, UnboxedTuples, MagicHash, StandaloneDeriving #-}
{-# OPTIONS_GHC -O #-}
-- In GHC 6.4, compiling this module gave a Core Lint failure following the