Index: tests/info-method.test =================================================================== diff -u -rfa93101c8752ada9299561f075b61c2e6144e3f5 -r99bb4b85e4a123d25f8b867b3498171eadaa2015 --- tests/info-method.test (.../info-method.test) (revision fa93101c8752ada9299561f075b61c2e6144e3f5) +++ tests/info-method.test (.../info-method.test) (revision 99bb4b85e4a123d25f8b867b3498171eadaa2015) @@ -49,9 +49,9 @@ {::C public method m-with-assertions {} {return proc-[self proc]} -precondition 1 -postcondition 2} ? {C info method parameter m} {x} ? {nx::Class info method parameter method} \ - {name arguments -> body -precondition -postcondition} + {name arguments -returns body -precondition -postcondition} ? {nx::Object info method parameter alias} \ - {methodName -> {-frame default} cmd} + {methodName -returns {-frame default} cmd} # raises currently an error ? {catch {C info method parameter a}} 1