mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Fix typo.
This commit is contained in:
parent
ef269b8196
commit
a481bb8745
@ -47,7 +47,7 @@
|
||||
testcases[tc++] = new TestCase(
|
||||
SECTION,
|
||||
"function MyDate() { this.foo = \"bar\"; }; "+
|
||||
"dMyDate.prototype = new Date(); " +
|
||||
"MyDate.prototype = new Date(); " +
|
||||
"new MyDate().toString()",
|
||||
"error",
|
||||
new MyDate().toString() );
|
||||
|
Loading…
Reference in New Issue
Block a user