summaryrefslogtreecommitdiff
path: root/test/built-ins/Date/prototype/setMinutes/S15.9.5.32_A1_T2.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Date/prototype/setMinutes/S15.9.5.32_A1_T2.js')
-rw-r--r--test/built-ins/Date/prototype/setMinutes/S15.9.5.32_A1_T2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Date/prototype/setMinutes/S15.9.5.32_A1_T2.js b/test/built-ins/Date/prototype/setMinutes/S15.9.5.32_A1_T2.js
index a326bb1dc..050e72b87 100644
--- a/test/built-ins/Date/prototype/setMinutes/S15.9.5.32_A1_T2.js
+++ b/test/built-ins/Date/prototype/setMinutes/S15.9.5.32_A1_T2.js
@@ -8,7 +8,7 @@ es5id: 15.9.5.32_A1_T2
description: Checking absence of DontDelete attribute
---*/
-if (delete Date.prototype.setMinutes === false) {
+if (delete Date.prototype.setMinutes === false) {
$ERROR('#1: The Date.prototype.setMinutes property has not the attributes DontDelete');
}