diff options
Diffstat (limited to 'testsuite/tests/quotes/TH_bracket1.hs')
-rw-r--r-- | testsuite/tests/quotes/TH_bracket1.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/quotes/TH_bracket1.hs b/testsuite/tests/quotes/TH_bracket1.hs index 7dee21ba01..bc0126a91d 100644 --- a/testsuite/tests/quotes/TH_bracket1.hs +++ b/testsuite/tests/quotes/TH_bracket1.hs @@ -1,6 +1,6 @@ -- Check that declarations in a bracket shadow the top-level -- declarations, rather than clashing with them. - +{-# LANGUAGE NoMonomorphismRestriction #-} module TH_bracket1 where foo = 1 |