diff options
Diffstat (limited to 'testsuite/tests/parser/should_fail/T8258NoGADTs.hs')
-rw-r--r-- | testsuite/tests/parser/should_fail/T8258NoGADTs.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_fail/T8258NoGADTs.hs b/testsuite/tests/parser/should_fail/T8258NoGADTs.hs index 1080233bcd..9ae035e7e7 100644 --- a/testsuite/tests/parser/should_fail/T8258NoGADTs.hs +++ b/testsuite/tests/parser/should_fail/T8258NoGADTs.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE Haskell2010 #-} module T8258NoGADTs where data T where |