summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/operations/Collocated.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/operations/Collocated.cs')
-rw-r--r--csharp/test/Ice/operations/Collocated.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/csharp/test/Ice/operations/Collocated.cs b/csharp/test/Ice/operations/Collocated.cs
index 3482118f8da..d4c195517b4 100644
--- a/csharp/test/Ice/operations/Collocated.cs
+++ b/csharp/test/Ice/operations/Collocated.cs
@@ -8,7 +8,6 @@
// **********************************************************************
using System;
-using System.Diagnostics;
using System.Reflection;
[assembly: CLSCompliant(true)]
@@ -29,7 +28,7 @@ public class Collocated
if(prx.ice_getConnection() != null)
{
- throw new System.Exception();
+ throw new Exception();
}
AllTests.allTests(communicator);
@@ -60,7 +59,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;