mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Regression test for e4x/XML/13.4.4.3-02.js, catch exceptions to prevent exit code 3
This commit is contained in:
parent
1bd7abaf4c
commit
7c40adc831
@ -45,11 +45,11 @@ var expect = 'error';
|
||||
printBugNumber (bug);
|
||||
printStatus (summary);
|
||||
|
||||
var node = <node/>;
|
||||
node.appendChild(node);
|
||||
|
||||
try
|
||||
{
|
||||
var node = <node/>;
|
||||
node.appendChild(node);
|
||||
|
||||
var result = String(node);
|
||||
actual = 'no error';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user