summaryrefslogtreecommitdiff
path: root/js/test/Slice/escape/Client.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/test/Slice/escape/Client.js')
-rw-r--r--js/test/Slice/escape/Client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Slice/escape/Client.js b/js/test/Slice/escape/Client.js
index 0d5e0c5e23e..022e5a99dbf 100644
--- a/js/test/Slice/escape/Client.js
+++ b/js/test/Slice/escape/Client.js
@@ -83,7 +83,7 @@
test(p.goto === _await._var.base);
test(p._if instanceof Ice.Value);
test(p.internal instanceof Map);
- test(p._debugger == "");
+ test(p._debugger === "");
test(p._null instanceof _await.explicitPrx);
});
}