[commit: ghc] wip/rae: Fix typo in test for #10347. (cbcad85)
git at git.haskell.org
git at git.haskell.org
Mon Sep 21 14:52:16 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/rae
Link : http://ghc.haskell.org/trac/ghc/changeset/cbcad859acb350a33dec077d50438f929afbf0ad/ghc
>---------------------------------------------------------------
commit cbcad859acb350a33dec077d50438f929afbf0ad
Author: Richard Eisenberg <eir at cis.upenn.edu>
Date: Mon Sep 21 09:40:02 2015 -0400
Fix typo in test for #10347.
Thanks to Gabor Greif for spotting the mistake.
>---------------------------------------------------------------
cbcad859acb350a33dec077d50438f929afbf0ad
testsuite/tests/typecheck/should_compile/T10347.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/typecheck/should_compile/T10347.hs b/testsuite/tests/typecheck/should_compile/T10347.hs
index 9187a93..ca9fdd9 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
More information about the ghc-commits
mailing list