Skip to content

Commit

Permalink
fix failure in tests/method/tmapper.nim
Browse files Browse the repository at this point in the history
FAIL: tmapper.nim
Test "tests/method/tmapper.nim" in category "method"
Failure: reMsgsDiffer
Expected:
invalid declaration order; cannot attach 'step' to method defined here: tmapper.nim(22,7)
Gotten:
invalid declaration order; cannot attach 'step' to method defined here: tests/method/tmapper.nim(22,7)
  • Loading branch information
tmm1 committed Oct 1, 2015
1 parent 2d2f152 commit 82a0405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/method/tmapper.nim
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
discard """
errormsg: "invalid declaration order; cannot attach 'step' to method defined here: tmapper.nim(22,7)"
errormsg: "invalid declaration order; cannot attach 'step' to method defined here: tests/method/tmapper.nim(22,7)"
line: 25
"""

Expand Down

0 comments on commit 82a0405

Please sign in to comment.