diff options
Diffstat (limited to 'java/test/Ice/exceptions/Client.java')
-rw-r--r-- | java/test/Ice/exceptions/Client.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/exceptions/Client.java b/java/test/Ice/exceptions/Client.java index 677274185e0..1e17f5433a6 100644 --- a/java/test/Ice/exceptions/Client.java +++ b/java/test/Ice/exceptions/Client.java @@ -16,7 +16,7 @@ public class Client extends test.Util.Application public int run(String[] args) { Ice.Communicator communicator = communicator(); - ThrowerPrx thrower = AllTests.allTests(communicator, false, getWriter()); + ThrowerPrx thrower = AllTests.allTests(communicator, getWriter()); thrower.shutdown(); return 0; } |