summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail203.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail203.hs')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail203.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail203.hs b/testsuite/tests/typecheck/should_fail/tcfail203.hs
index 7f51dae3b5..096cf5796b 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail203.hs
+++ b/testsuite/tests/typecheck/should_fail/tcfail203.hs
@@ -1,6 +1,7 @@
-- trac #2806
{-# LANGUAGE MagicHash, UnboxedTuples, BangPatterns #-}
+{-# OPTIONS_GHC -Wunbanged-strict-patterns #-}
module Foo where