summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/defaultServant/AllTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/defaultServant/AllTests.cs')
-rw-r--r--csharp/test/Ice/defaultServant/AllTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/defaultServant/AllTests.cs b/csharp/test/Ice/defaultServant/AllTests.cs
index 72130d77d64..b966da4da25 100644
--- a/csharp/test/Ice/defaultServant/AllTests.cs
+++ b/csharp/test/Ice/defaultServant/AllTests.cs
@@ -15,7 +15,7 @@ public class AllTests
{
if(!b)
{
- throw new System.Exception();
+ throw new Exception();
}
}