aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Fugate <dfugate@microsoft.com>2012-03-27 09:34:21 -0700
committerDavid Fugate <dfugate@microsoft.com>2012-03-27 09:34:21 -0700
commit44234c895490beeee6a22a4bd4991445d83f7412 (patch)
treefacb71c367ac93f9d86ebddf7b07066b53b8940c /test
parent898c63ab1858d192c517b0ef76ba0c81ffb0a59a (diff)
https://bugs.ecmascript.org/show_bug.cgi?id=289 is fixed.
Diffstat (limited to 'test')
-rw-r--r--test/suite/ch08/8.1/S8.1_A3.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/suite/ch08/8.1/S8.1_A3.js b/test/suite/ch08/8.1/S8.1_A3.js
index 2d6fe44c7..056a136a9 100644
--- a/test/suite/ch08/8.1/S8.1_A3.js
+++ b/test/suite/ch08/8.1/S8.1_A3.js
@@ -2,10 +2,10 @@
// This code is governed by the BSD license found in the LICENSE file.
/**
- * undefined is now non-writable in es5
+ * undefined is not a keyword
*
* @path ch08/8.1/S8.1_A3.js
- * @description "undefined=1" should throw a TypeError
+ * @description Create variable named undefined
*/
//////////////////////////////////////////////////////////