From 82a04051bb0e02c574d22503786d6d47d500bc27 Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Wed, 30 Sep 2015 20:13:37 -0700 Subject: 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) --- tests/method/tmapper.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/method') 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 """ -- cgit 1.4.1-2-gfad0