Skip to content

Commit

Permalink
Refresh recomp006 error message.
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
  • Loading branch information
ezyang committed May 30, 2014
1 parent fc6a952 commit a53fc11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testsuite/tests/driver/recomp006/recomp006.stderr
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

A.hs:8:8:
Couldn't match expected type ‘Int’ with actual type ‘(t0, t1)’
Couldn't match expected type ‘Int’
with actual type ‘(Integer, Integer)’
In the expression: (2, 3)
In the expression: (1, (2, 3))
In an equation for ‘f’: f = (1, (2, 3))

0 comments on commit a53fc11

Please sign in to comment.