diff options
Diffstat (limited to 'csharp/test/Slice/keyword/Client.cs')
-rw-r--r-- | csharp/test/Slice/keyword/Client.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/csharp/test/Slice/keyword/Client.cs b/csharp/test/Slice/keyword/Client.cs index 818d7106084..168f0e9063e 100644 --- a/csharp/test/Slice/keyword/Client.cs +++ b/csharp/test/Slice/keyword/Client.cs @@ -126,10 +126,6 @@ public class Client f1.@default(); } test(f1 == null); - @abstract.@extern l = new @abstract.@extern(); - test(l != null); - @abstract.@finally g = new @abstract.@finally(); - test(g != null); Dictionary<string, @abstract.@break> g2 = new Dictionary<string, @abstract.@break>(); test(g2 != null); @abstract.@fixed h = new @abstract.@fixed(); |