summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplCore/should_compile/T22347.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/simplCore/should_compile/T22347.hs')
-rw-r--r--testsuite/tests/simplCore/should_compile/T22347.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/simplCore/should_compile/T22347.hs b/testsuite/tests/simplCore/should_compile/T22347.hs
index 727eedf8db..c0baabe52c 100644
--- a/testsuite/tests/simplCore/should_compile/T22347.hs
+++ b/testsuite/tests/simplCore/should_compile/T22347.hs
@@ -1,4 +1,5 @@
{-# LANGUAGE ScopedTypeVariables #-}
+{-# OPTIONS_GHC -Wno-x-partial #-}
module M where
import Control.Monad.ST