diff options
Diffstat (limited to 'csharp/test/Ice/operations/BatchOneways.cs')
-rw-r--r-- | csharp/test/Ice/operations/BatchOneways.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/operations/BatchOneways.cs b/csharp/test/Ice/operations/BatchOneways.cs index 42cf39425db..aae9fedbe09 100644 --- a/csharp/test/Ice/operations/BatchOneways.cs +++ b/csharp/test/Ice/operations/BatchOneways.cs @@ -15,7 +15,7 @@ class BatchOneways { if(!b) { - throw new System.Exception(); + throw new Exception(); } } |