Index: tests/parameters.test =================================================================== diff -u -r2f6bcca3537584c8ef1f9fc71b230e79d1560504 -re0419345b49587b5738f87c6d828dfc5ae4b3276 --- tests/parameters.test (.../parameters.test) (revision 2f6bcca3537584c8ef1f9fc71b230e79d1560504) +++ tests/parameters.test (.../parameters.test) (revision e0419345b49587b5738f87c6d828dfc5ae4b3276) @@ -27,7 +27,7 @@ ? {::nsf::method::alias C foo ::set 1} \ {invalid argument '1', maybe too many arguments; should be "::nsf::method::alias /object/ ?-per-object? /methodName/ ?-frame method|object|default? /cmdName/"} - ? {C eval {:property x -class D}} {invalid argument 'D', maybe too many arguments; should be "::C property ?-accessor /value/? ?-config /boolean/? ?-incremental? ?-class /value/? /spec/ ?/initblock/?"} "Test whether the colon prefix is suppressed" + ? {C eval {:property x -class D}} {invalid argument 'D', maybe too many arguments; should be "::C property ?-accessor /value/? ?-configurable /boolean/? ?-incremental? ?-class /value/? /spec/ ?/initblock/?"} "Test whether the colon prefix is suppressed" } #######################################################