Index: tests/method-require.test =================================================================== diff -u -r59e100d383b22ea1407f5e5c40e303f2c6bb9027 -r5c37eb1cd2b674337c60deeef1ecef4b663fa5ce --- tests/method-require.test (.../method-require.test) (revision 59e100d383b22ea1407f5e5c40e303f2c6bb9027) +++ tests/method-require.test (.../method-require.test) (revision 5c37eb1cd2b674337c60deeef1ecef4b663fa5ce) @@ -125,6 +125,6 @@ nx::Test case method-require-scope { nx::Object create o - ::nsf::method::require o alloc - ? {o alloc x} {method alloc not dispatched on valid class} + ::nsf::method::require o __alloc + ? {o __alloc x} {method alloc not dispatched on valid class} }