Fix typo.

This commit is contained in:
norris%netscape.com 2000-03-07 17:22:43 +00:00
parent ef269b8196
commit a481bb8745

View File

@ -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() );