summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/proxy/Collocated.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/proxy/Collocated.cs')
-rw-r--r--csharp/test/Ice/proxy/Collocated.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/csharp/test/Ice/proxy/Collocated.cs b/csharp/test/Ice/proxy/Collocated.cs
index 4903db6532d..c161aa41a24 100644
--- a/csharp/test/Ice/proxy/Collocated.cs
+++ b/csharp/test/Ice/proxy/Collocated.cs
@@ -8,7 +8,6 @@
// **********************************************************************
using System;
-using System.Diagnostics;
using System.Reflection;
[assembly: CLSCompliant(true)]
@@ -47,7 +46,7 @@ public class Collocated
communicator = Ice.Util.initialize(ref args, initData);
status = run(args, communicator);
}
- catch(System.Exception ex)
+ catch(Exception ex)
{
Console.Error.WriteLine(ex);
status = 1;