diff options
Diffstat (limited to 'csharp/test/Ice/seqMapping/Custom.cs')
-rw-r--r-- | csharp/test/Ice/seqMapping/Custom.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/csharp/test/Ice/seqMapping/Custom.cs b/csharp/test/Ice/seqMapping/Custom.cs index aeb7e40042a..10428afb08e 100644 --- a/csharp/test/Ice/seqMapping/Custom.cs +++ b/csharp/test/Ice/seqMapping/Custom.cs @@ -9,7 +9,6 @@ using System; using System.Collections.Generic; -using Test; public class Custom<T> : IEnumerable<T> { @@ -79,7 +78,7 @@ public class Custom<T> : IEnumerable<T> } return true; } - catch(System.Exception) + catch(Exception) { return false; } |