diff options
Diffstat (limited to 'testsuite/tests/parser/should_fail/ParserNoBinaryLiterals1.hs')
-rw-r--r-- | testsuite/tests/parser/should_fail/ParserNoBinaryLiterals1.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_fail/ParserNoBinaryLiterals1.hs b/testsuite/tests/parser/should_fail/ParserNoBinaryLiterals1.hs index 6b7de0f712..a46bb6f706 100644 --- a/testsuite/tests/parser/should_fail/ParserNoBinaryLiterals1.hs +++ b/testsuite/tests/parser/should_fail/ParserNoBinaryLiterals1.hs @@ -1,3 +1,4 @@ +{-# LANGUAGE Haskell2010 #-} module ParserNoBinaryLiterals1 where f :: Int -> () |