summaryrefslogtreecommitdiff
path: root/test/built-ins/Date/parse/S15.9.4.2_A3_T2.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Date/parse/S15.9.4.2_A3_T2.js')
-rw-r--r--test/built-ins/Date/parse/S15.9.4.2_A3_T2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Date/parse/S15.9.4.2_A3_T2.js b/test/built-ins/Date/parse/S15.9.4.2_A3_T2.js
index 50c4f3128..dc2af6291 100644
--- a/test/built-ins/Date/parse/S15.9.4.2_A3_T2.js
+++ b/test/built-ins/Date/parse/S15.9.4.2_A3_T2.js
@@ -10,7 +10,7 @@ es5id: 15.9.4.2_A3_T2
description: Checking DontDelete attribute
---*/
-if (delete Date.parse.length !== true) {
+if (delete Date.parse.length !== true) {
$ERROR('#1: The Date.parse.length property does not have the attributes DontDelete');
}