diff options
Diffstat (limited to 'csharp/test/Ice/defaultServant/AllTests.cs')
-rw-r--r-- | csharp/test/Ice/defaultServant/AllTests.cs | 2 |
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(); } } |