diff options
Diffstat (limited to 'cs/test/Ice/faultTolerance/Client.cs')
-rw-r--r-- | cs/test/Ice/faultTolerance/Client.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/test/Ice/faultTolerance/Client.cs b/cs/test/Ice/faultTolerance/Client.cs index a4fbec6a973..430c3046072 100644 --- a/cs/test/Ice/faultTolerance/Client.cs +++ b/cs/test/Ice/faultTolerance/Client.cs @@ -26,7 +26,7 @@ public class Client private static int run(string[] args, Ice.Communicator communicator) { - System.Collections.ArrayList ports = new System.Collections.ArrayList(args.Length); + System.Collections.Generic.List<int> ports = new System.Collections.Generic.List<int>(); for(int i = 0; i < args.Length; i++) { int port = 0; |