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