summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/deriving/should_compile/drv012.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-10-06 23:48:36 +0000
committerIan Lynagh <igloo@earth.li>2010-10-06 23:48:36 +0000
commit22535fa3b2f329a84f3d472f08480fa3c8195bb5 (patch)
treee4c9bdd6831e0fe7b0f08b1d1239e0856b1547ca /testsuite/tests/ghc-regress/deriving/should_compile/drv012.hs
parent811690f996f440c854d3d79714d62826d0f2710e (diff)
downloadhaskell-22535fa3b2f329a84f3d472f08480fa3c8195bb5.tar.gz
Update tests now -fglasgow-exts is deprecated
Diffstat (limited to 'testsuite/tests/ghc-regress/deriving/should_compile/drv012.hs')
-rw-r--r--testsuite/tests/ghc-regress/deriving/should_compile/drv012.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/deriving/should_compile/drv012.hs b/testsuite/tests/ghc-regress/deriving/should_compile/drv012.hs
index 313d2220b9..eb8f3847cd 100644
--- a/testsuite/tests/ghc-regress/deriving/should_compile/drv012.hs
+++ b/testsuite/tests/ghc-regress/deriving/should_compile/drv012.hs
@@ -1,4 +1,4 @@
-{-# OPTIONS_GHC -fglasgow-exts #-}
+{-# LANGUAGE GADTs #-}
-- !!! deriving for GADTs which declare Haskell98 data types.
-- bug reported as http://hackage.haskell.org/trac/ghc/ticket/902