diff options
Diffstat (limited to 'js/test/Ice/operations/ServerAMD.js')
-rw-r--r-- | js/test/Ice/operations/ServerAMD.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/js/test/Ice/operations/ServerAMD.js b/js/test/Ice/operations/ServerAMD.js index 5f55d240dcd..7a8e9f575b0 100644 --- a/js/test/Ice/operations/ServerAMD.js +++ b/js/test/Ice/operations/ServerAMD.js @@ -27,9 +27,7 @@ echo.ice_getCachedConnection().setAdapter(adapter); adapter.activate(); ready.resolve(); - await communicator.waitForShutdown(); - await echo.shutdown(); } finally @@ -38,7 +36,7 @@ { await communicator.destroy(); } - }; + } } exports._serveramd = run; |