Skip to content

Commit

Permalink
tc176 works now
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpj committed Sep 8, 2008
1 parent 9e26901 commit bf6d100
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ghc-regress/typecheck/should_compile/all.T
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ test('tc173',

test('tc174', only_compiler_types(['ghc']), compile, [''])
test('tc175', normal, compile, [''])
test('tc176', normal, compile_fail, [''])
test('tc176', normal, compile, [''])
test('tc177', normal, compile, [''])
test('tc178', normal, compile, [''])
test('tc179', normal, compile, [''])
Expand Down
4 changes: 4 additions & 0 deletions tests/ghc-regress/typecheck/should_compile/tc176.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
-- instances for line 8 is absolutely right, so I've changed this to
-- expected-failure

-- Sept 08: on further reflection (!) I'm changing it back
-- See Note [Subtle interaction of recursion and overlap]
-- in TcInstDcls

module ShouldCompile where

class FromStr a where
Expand Down

0 comments on commit bf6d100

Please sign in to comment.