Index: tests/info-method.test =================================================================== diff -u -re756bf87414d3f6376327b3a126e5e8ae619302d -r8db56ce1f1dff5e22768c59df1b9039e961c6267 --- tests/info-method.test (.../info-method.test) (revision e756bf87414d3f6376327b3a126e5e8ae619302d) +++ tests/info-method.test (.../info-method.test) (revision 8db56ce1f1dff5e22768c59df1b9039e961c6267) @@ -325,11 +325,11 @@ {::C public method {bar baz y} {x:int y:upper} {return y}} ? {nx::Object info method parameter "info lookup methods"} \ - "-callprotection -incontext -methodtype -nomixins -path -source pattern:optional" + "-callprotection -incontext:switch -methodtype -nomixins:switch -path:switch -source pattern:optional" ? {o info method parameter "foo b"} "x:int y:upper" ? {nx::Object info method parameter ::nx::Object::slot::__info::lookup::methods} \ - "-callprotection -incontext -methodtype -nomixins -path -source pattern:optional" + "-callprotection -incontext:switch -methodtype -nomixins:switch -path:switch -source pattern:optional" ? {o info method parameter "::o::foo::b"} "x:int y:upper" ? {nx::Object info method handle "info"} "::nsf::classes::nx::Object::info"