Fix to checked-build reference auditing
[mono.git] / mcs / tests / test-cls-05.cs
index c7336d008e2846e8d4845e26aced28c27490d246..516bbdce7c478fdff582ca6d77caf4b180581052 100644 (file)
@@ -1,3 +1,5 @@
+// Compiler options: -warnaserror -warn:3
+
 using System;
 
 [assembly:CLSCompliant(true)]
@@ -105,4 +107,14 @@ public enum CLSEnum {
         label,
         [CLSCompliant (false)]
         Label
-}
\ No newline at end of file
+}
+
+namespace System.Web
+{
+       public partial class HttpBrowserCapabilities {
+
+       }
+
+       public partial class HttpBrowserCapabilities {
+       }
+}