summaryrefslogtreecommitdiff
path: root/js/test/Ice/exceptions/AMDThrowerI.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/test/Ice/exceptions/AMDThrowerI.js')
-rw-r--r--js/test/Ice/exceptions/AMDThrowerI.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/test/Ice/exceptions/AMDThrowerI.js b/js/test/Ice/exceptions/AMDThrowerI.js
index 3f00bcba269..ae6662f71d4 100644
--- a/js/test/Ice/exceptions/AMDThrowerI.js
+++ b/js/test/Ice/exceptions/AMDThrowerI.js
@@ -18,7 +18,7 @@
{
throw new Error("test failed");
}
- };
+ }
class AMDThrowerI extends Test.Thrower
{