diff options
Diffstat (limited to 'js/test/Ice/exceptionsBidir/ThrowerI.js')
-rw-r--r-- | js/test/Ice/exceptionsBidir/ThrowerI.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/exceptionsBidir/ThrowerI.js b/js/test/Ice/exceptionsBidir/ThrowerI.js index e2b40a18ecc..3b8ac414fa4 100644 --- a/js/test/Ice/exceptionsBidir/ThrowerI.js +++ b/js/test/Ice/exceptionsBidir/ThrowerI.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 Class = Ice.Class; |