Index: library/xotcl/tests/testx.xotcl =================================================================== diff -u -r42921ea037c4334cb6ecc565978330f9d8e902ec -r1bc14766b62efc778ac40c26b1bbabac116a9f80 --- library/xotcl/tests/testx.xotcl (.../testx.xotcl) (revision 42921ea037c4334cb6ecc565978330f9d8e902ec) +++ library/xotcl/tests/testx.xotcl (.../testx.xotcl) (revision 1bc14766b62efc778ac40c26b1bbabac116a9f80) @@ -3996,11 +3996,11 @@ catch { o y 4 56 5 } m - errorCheck $m {too many arguments: should be "y ?-x arg? ?-a arg? a b"} "wrong \# check 1" + errorCheck $m {too many arguments: should be "y ?-x value? ?-a value? a b"} "wrong \# check 1" catch { o y } m - errorCheck $m {not enough arguments: should be "y ?-x arg? ?-a arg? a b"} "wrong \# check 2" + errorCheck $m {not enough arguments: should be "y ?-x value? ?-a value? a b"} "wrong \# check 2" catch { o y -x 1 } m