summaryrefslogtreecommitdiff
path: root/js/test/Ice/operations/Client.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/test/Ice/operations/Client.js')
-rw-r--r--js/test/Ice/operations/Client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/operations/Client.js b/js/test/Ice/operations/Client.js
index d3a130d8680..05a5ddbb9be 100644
--- a/js/test/Ice/operations/Client.js
+++ b/js/test/Ice/operations/Client.js
@@ -9,7 +9,7 @@
(function(module, require, exports)
{
- var Ice = require("icejs").Ice;
+ var Ice = require("zeroc-icejs").Ice;
var Test = require("Test").Test;
var Twoways = require("Twoways").Twoways;