aboutsummaryrefslogtreecommitdiff
path: root/test/script/basic/JDK-8044612.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/script/basic/JDK-8044612.js')
-rw-r--r--test/script/basic/JDK-8044612.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/script/basic/JDK-8044612.js b/test/script/basic/JDK-8044612.js
index 6980cd1b..9994d87a 100644
--- a/test/script/basic/JDK-8044612.js
+++ b/test/script/basic/JDK-8044612.js
@@ -34,4 +34,4 @@ if ("hello".replace("h", "$") != "$ello") {
if ("hello".replace("o", "$x") != "hell$x") {
fail("String.prototype.replace failed to handle '$x' as replacement");
-}
+}