summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/gadt/lazypat.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/gadt/lazypat.hs
parent811690f996f440c854d3d79714d62826d0f2710e (diff)
downloadhaskell-22535fa3b2f329a84f3d472f08480fa3c8195bb5.tar.gz
Update tests now -fglasgow-exts is deprecated
Diffstat (limited to 'testsuite/tests/ghc-regress/gadt/lazypat.hs')
-rw-r--r--testsuite/tests/ghc-regress/gadt/lazypat.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/gadt/lazypat.hs b/testsuite/tests/ghc-regress/gadt/lazypat.hs
index 3ef194af6c..f16da207aa 100644
--- a/testsuite/tests/ghc-regress/gadt/lazypat.hs
+++ b/testsuite/tests/ghc-regress/gadt/lazypat.hs
@@ -1,4 +1,4 @@
-{-# OPTIONS -fglasgow-exts #-}
+{-# LANGUAGE GADTs, ExistentialQuantification #-}
module ShouldFail where