diff options
Diffstat (limited to 'testsuite/tests/rebindable/rebindable5.hs')
-rw-r--r-- | testsuite/tests/rebindable/rebindable5.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/tests/rebindable/rebindable5.hs b/testsuite/tests/rebindable/rebindable5.hs index 2ce735b670..3120ea1a90 100644 --- a/testsuite/tests/rebindable/rebindable5.hs +++ b/testsuite/tests/rebindable/rebindable5.hs @@ -1,6 +1,5 @@ {-# LANGUAGE RebindableSyntax, NPlusKPatterns, FlexibleInstances, MultiParamTypeClasses, FunctionalDependencies #-} -{-# OPTIONS -Wno-error=missing-monadfail-instances #-} module Main where { |