diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/typecheck/should_compile/T10347.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_compile/T10347.hs b/testsuite/tests/typecheck/should_compile/T10347.hs index 9187a93195..ca9fdd98cc 100644 --- a/testsuite/tests/typecheck/should_compile/T10347.hs +++ b/testsuite/tests/typecheck/should_compile/T10347.hs @@ -1,4 +1,4 @@ -{-# LANGUAGE -fwarn-unusued-bindings #-} +{-# OPTIONS_GHC -fwarn-unused-binds #-} module T10347 (N, mkN) where |