Index: tests/method-parameter.test =================================================================== diff -u -N -re0da9e0032a357fe5c6bfdd37a2d234e00780460 -r8ac4f64a1364f7a40221a96378f7167322909abc --- tests/method-parameter.test (.../method-parameter.test) (revision e0da9e0032a357fe5c6bfdd37a2d234e00780460) +++ tests/method-parameter.test (.../method-parameter.test) (revision 8ac4f64a1364f7a40221a96378f7167322909abc) @@ -359,7 +359,7 @@ # Test abbreviations # -nx::test case abbrevs { +nx::test case abbrevs1 { nsf::proc x {-super -super11 -superclass -super12} { return [info exists super]-[info exists super11]-[info exists superclass]-[info exists super12] @@ -382,7 +382,7 @@ # leading dash and and numbers # -nx::test case abbrevs { +nx::test case abbrevs2 { nsf::proc x {-x y:integer} { return [info exists x]-$y