Index: tests/parameters.test =================================================================== diff -u -r2cd96f38dddd3c2c2a3ab71abf68ac7f5ad7d879 -r531982261a0deb399b608a42d4469af3d3041399 --- tests/parameters.test (.../parameters.test) (revision 2cd96f38dddd3c2c2a3ab71abf68ac7f5ad7d879) +++ tests/parameters.test (.../parameters.test) (revision 531982261a0deb399b608a42d4469af3d3041399) @@ -529,7 +529,7 @@ ? {D public method foo {s:switch} {return 1}} \ - {invalid parameter type "switch" for argument s; type "switch" only allowed for non-positional arguments} + {invalid parameter type "switch" for argument "s"; type "switch" only allowed for non-positional arguments} D public method foo {a b {-c 1} {-d} x {-end 100}} { set result [list]