js/src/tests/js1_8_5/extensions/regress-637985.js

branch
TOR_BUG_3246
changeset 6
8bccb770b82d
equal deleted inserted replaced
-1:000000000000 0:59187fe7c88b
1 // Any copyright is dedicated to the Public Domain.
2 // http://creativecommons.org/licenses/publicdomain/
3
4 var obj = {};
5 obj.watch(-1, function(){});
6 obj.unwatch("-1"); // don't assert
7
8 reportCompare(0, 0, 'ok');

mercurial