Index: tests/methods.test =================================================================== diff -u -r50b5699927f9d34e2ab7a14e29ccf8dc1f569095 -ra695cb72c6594bae8b7abb49b76c0ee7b5367b7f --- tests/methods.test (.../methods.test) (revision 50b5699927f9d34e2ab7a14e29ccf8dc1f569095) +++ tests/methods.test (.../methods.test) (revision a695cb72c6594bae8b7abb49b76c0ee7b5367b7f) @@ -183,9 +183,9 @@ #:public method foo args {;} :public method bar args {;} } - ? {o :bar} "::o: methodname ':bar' must not start with a colon" + ? {o :bar} "::o: method name ':bar' must not start with a colon" ? {o eval :bar} "" - ? {o :foo} "::o: methodname ':foo' must not start with a colon" + ? {o :foo} "::o: method name ':foo' must not start with a colon" ? {o eval :foo} "::o: unable to dispatch method 'foo'" }