summaryrefslogtreecommitdiff
path: root/js/test/Ice/promise/Client.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/test/Ice/promise/Client.js')
-rw-r--r--js/test/Ice/promise/Client.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/js/test/Ice/promise/Client.js b/js/test/Ice/promise/Client.js
index f64c1a454bf..03bb00238ca 100644
--- a/js/test/Ice/promise/Client.js
+++ b/js/test/Ice/promise/Client.js
@@ -843,8 +843,7 @@
test(i == 10);
test(Date.now() - start >= 450);
test(Date.now() - start <= 900);
- }
- )
+ });
}
).then(
function()
@@ -863,8 +862,7 @@
test(Date.now() - start <= 900);
out.writeLine("ok");
promise.succeed();
- }
- )
+ });
}
).exception(
function(ex)