Index: tests/class-method.test =================================================================== diff -u -N -r8e2e356e9bcef39f43dfe3690b82d9586c7adc72 -r40b842e5b218cc6144506ff4689671b780c4e8c5 --- tests/class-method.test (.../class-method.test) (revision 8e2e356e9bcef39f43dfe3690b82d9586c7adc72) +++ tests/class-method.test (.../class-method.test) (revision 40b842e5b218cc6144506ff4689671b780c4e8c5) @@ -50,11 +50,11 @@ # } ? {::C info object methods} "v2 p foo fwd a f" - ? {lsort [::C info object methods -callprotection protected]} "per-object-slot pm1 pm2" + ? {lsort [::C info object methods -callprotection protected]} "pm1 pm2" ? {lsort [::C info object methods -callprotection private]} "priv" ? {::C class info methods} "v2 p foo fwd a f" - ? {lsort [::C class info methods -callprotection protected]} "per-object-slot pm1 pm2" + ? {lsort [::C class info methods -callprotection protected]} "pm1 pm2" ? {lsort [::C class info methods -callprotection private]} "priv" ? {::C class info variables} "::C::per-object-slot::v2 ::C::per-object-slot::p"