Index: tests/alias.test =================================================================== diff -u -N -r4bc60e16c10fdbbb640b3019d4bdebdc469fdf55 -rc52c4d07b0c6921e5a94baa31e905ae21241eb25 --- tests/alias.test (.../alias.test) (revision 4bc60e16c10fdbbb640b3019d4bdebdc469fdf55) +++ tests/alias.test (.../alias.test) (revision c52c4d07b0c6921e5a94baa31e905ae21241eb25) @@ -9,7 +9,7 @@ nx::test case alias-preliminaries { # The system methods of nx::VariableSlot are either alias or forwarders - ? {lsort [::nx::VariableSlot info methods -type alias]} {assign get} + ? {lsort [::nx::VariableSlot info methods -type alias]} {assign get set} ? {::nx::VariableSlot info method definition get} \ "::nx::VariableSlot public alias get ::nsf::var::set"