зеркало из https://github.com/mozilla/pjs.git
JavaScript Test - regression test for bug 353165, only test for crash
This commit is contained in:
Родитель
8e4044c9d5
Коммит
c13e020ae5
|
@ -104,12 +104,10 @@ function crash2() {
|
|||
return undefined;
|
||||
}
|
||||
|
||||
var actual = set.unrooter();
|
||||
print('actual: ' + actual);
|
||||
print('expected: ' + expected);
|
||||
set.unrooter();
|
||||
}
|
||||
catch(ex) {
|
||||
print('2: ' + ex);
|
||||
}
|
||||
TEST(2, true, actual === expected);
|
||||
TEST(2, expect, actual);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче