summaryrefslogtreecommitdiff
path: root/test/built-ins/String/prototype/replace/S15.5.4.11_A12.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/String/prototype/replace/S15.5.4.11_A12.js')
-rw-r--r--test/built-ins/String/prototype/replace/S15.5.4.11_A12.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/String/prototype/replace/S15.5.4.11_A12.js b/test/built-ins/String/prototype/replace/S15.5.4.11_A12.js
index 66ba29f7f..0dea5dd0f 100644
--- a/test/built-ins/String/prototype/replace/S15.5.4.11_A12.js
+++ b/test/built-ins/String/prototype/replace/S15.5.4.11_A12.js
@@ -17,7 +17,7 @@ var global = this;
}
if (this !== undefined) {
$ERROR('#2: replaceValue should be called with this===undefined. ' +
- 'Actual: ' + this);
+ 'Actual: ' + this);
}
return 'y';
});