summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorRichard Eisenberg <eir@cis.upenn.edu>2015-09-21 09:40:02 -0400
committerRichard Eisenberg <eir@cis.upenn.edu>2015-09-21 10:53:32 -0400
commitcbcad859acb350a33dec077d50438f929afbf0ad (patch)
treed60a339006bb9152b9c36ebb74eb46c42d1a131a /testsuite
parent6a2092050c14570b9131fb5189c96dc562713b4c (diff)
downloadhaskell-cbcad859acb350a33dec077d50438f929afbf0ad.tar.gz
Fix typo in test for #10347.
Thanks to Gabor Greif for spotting the mistake.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/typecheck/should_compile/T10347.hs2
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