diff options
Diffstat (limited to 'testsuite/tests/parser/should_run/BinaryLiterals0.hs')
-rw-r--r-- | testsuite/tests/parser/should_run/BinaryLiterals0.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_run/BinaryLiterals0.hs b/testsuite/tests/parser/should_run/BinaryLiterals0.hs index 7257445fba..7dc44610a9 100644 --- a/testsuite/tests/parser/should_run/BinaryLiterals0.hs +++ b/testsuite/tests/parser/should_run/BinaryLiterals0.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE Haskell2010 #-} -- | Anti-Test for GHC 7.10+'s @BinaryLiterals@ extensions (see GHC #9224) -- -- NB: This code won't compile with -XBinaryLiterals enabled |