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