diff options
Diffstat (limited to 'testsuite/tests/rebindable/rebindable1.hs')
-rw-r--r-- | testsuite/tests/rebindable/rebindable1.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/rebindable/rebindable1.hs b/testsuite/tests/rebindable/rebindable1.hs index fcbe52fbc1..f966624710 100644 --- a/testsuite/tests/rebindable/rebindable1.hs +++ b/testsuite/tests/rebindable/rebindable1.hs @@ -1,5 +1,4 @@ -{-# OPTIONS_GHC -Wno-missing-monadfail-instances #-} -{-# LANGUAGE RebindableSyntax, NPlusKPatterns, NoMonadFailDesugaring #-} +{-# LANGUAGE RebindableSyntax, NPlusKPatterns #-} module RebindableCase1 where { |