mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
Correcting a misattribution, and improving readability.
This commit is contained in:
parent
844089d849
commit
bce61b5cdb
@ -24,12 +24,12 @@
|
||||
* See http://bugzilla.mozilla.org/show_bug.cgi?id=89474
|
||||
*
|
||||
* 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 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);
|
||||
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');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user