зеркало из https://github.com/mozilla/gecko-dev.git
Correcting a misattribution, and improving readability.
This commit is contained in:
Родитель
844089d849
Коммит
bce61b5cdb
|
@ -24,12 +24,12 @@
|
||||||
* See http://bugzilla.mozilla.org/show_bug.cgi?id=89474
|
* See http://bugzilla.mozilla.org/show_bug.cgi?id=89474
|
||||||
*
|
*
|
||||||
* This test used to crash the JS shell. This was discovered
|
* This test used to crash the JS shell. This was discovered
|
||||||
* by Mike Epstein <darren.deridder@icarusproject.com
|
* by Darren DeRidder <darren.deridder@icarusproject.com
|
||||||
*/
|
*/
|
||||||
//-------------------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------------------
|
||||||
var bug = 89474;
|
var bug = 89474;
|
||||||
var summary = "Testing the JS shell doesn't crash on it.item()";
|
var summary = "Testing the JS shell doesn't crash on it.item()";
|
||||||
var sTest = 'it.item()';
|
var cnTest = 'it.item()';
|
||||||
|
|
||||||
|
|
||||||
//-------------------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------------------
|
||||||
|
@ -43,7 +43,7 @@ function test()
|
||||||
printBugNumber (bug);
|
printBugNumber (bug);
|
||||||
printStatus (summary);
|
printStatus (summary);
|
||||||
|
|
||||||
tryThis(sTest); // Just testing that we don't crash on this
|
tryThis(cnTest); // Just testing that we don't crash on this
|
||||||
|
|
||||||
exitFunc ('test');
|
exitFunc ('test');
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче