mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Make this message not catch the tinderbox's error parser.
This commit is contained in:
parent
0ef7f9fffa
commit
c5601bd36b
@ -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'}};
|
||||
|
Loading…
Reference in New Issue
Block a user