Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
414eaa73
Commit
414eaa73
authored
Aug 10, 2005
by
simonmar
Browse files
[project @ 2005-08-10 08:29:15 by simonmar]
turn off orphan instance warnings
parent
01a7c0fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/parser/should_compile/all.T
View file @
414eaa73
...
...
@@ -18,7 +18,7 @@ test('read011', normal, compile, [''])
# test('read012', normal, compile, [''])
# test('read013', normal, compile, [''])
test
('
read014
',
normal
,
compile
,
['
-Wall
'])
test
('
read014
',
normal
,
compile
,
['
-Wall
-fno-warn-orphans
'])
test
('
read015
',
normal
,
compile
,
[''])
test
('
read016
',
normal
,
compile
,
[''])
test
('
read017
',
normal
,
compile
,
[''])
...
...
testsuite/tests/ghc-regress/parser/should_compile/read014.stderr-ghc
View file @
414eaa73
...
...
@@ -24,5 +24,3 @@ read014.hs:6:0:
In the instance declaration for `Num (a, b)'
read014.hs:8:52: Warning: Defined but not used: `x'
Warning: orphan instances: instance GHC.Num.Num [(,)] = $f1
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment