Make this message not catch the tinderbox's error parser.

This commit is contained in:
Blake Kaplan 2009-10-16 18:03:54 -07:00
parent 0ef7f9fffa
commit c5601bd36b

View File

@ -80,7 +80,7 @@ function COWTests() {
} catch (e) {
todo(false,
"'duck-typing' detection on a non-exposed prop of a COWed " +
"obj should not raise error: " + e);
"obj should not throw");
}
var writable = { __exposedProps__: {foo: 'w'}};