diff options
Diffstat (limited to 'csharp/test/Ice/seqMapping/Serializable.cs')
-rw-r--r-- | csharp/test/Ice/seqMapping/Serializable.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/csharp/test/Ice/seqMapping/Serializable.cs b/csharp/test/Ice/seqMapping/Serializable.cs index e2504d1c8f2..034d2846105 100644 --- a/csharp/test/Ice/seqMapping/Serializable.cs +++ b/csharp/test/Ice/seqMapping/Serializable.cs @@ -6,7 +6,7 @@ // ICE_LICENSE file included in this distribution. // // ********************************************************************** -#if !SILVERLIGHT + using System; [assembly: CLSCompliant(true)] @@ -45,4 +45,3 @@ public class Struct // Used to test that null members marshal correctly. } } -#endif |