diff options
author | Aman Gupta <aman@tmm1.net> | 2015-09-30 20:13:37 -0700 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2015-09-30 20:13:38 -0700 |
commit | 82a04051bb0e02c574d22503786d6d47d500bc27 (patch) | |
tree | 04014ace888c6efb6eee456ef671ff5da5dc1cf3 /tests/method | |
parent | 2d2f152e3c66af45d262e9ba72f69e67a829c66a (diff) | |
download | Nim-82a04051bb0e02c574d22503786d6d47d500bc27.tar.gz |
fix failure in tests/method/tmapper.nim
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)
Diffstat (limited to 'tests/method')
-rw-r--r-- | tests/method/tmapper.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/method/tmapper.nim b/tests/method/tmapper.nim index 0008d9033..75b36e69a 100644 --- a/tests/method/tmapper.nim +++ b/tests/method/tmapper.nim @@ -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 """ |