[System.Net.Http] HttpClient timeout range checks. Fixes #25755
[mono.git] / mcs / tests / test-cls-16.cs
index 5929b442e4e0a681dbe78ea1da0157094c15242b..19c81940b28cf65b22ce8475a314fa135106b47b 100644 (file)
@@ -1,3 +1,5 @@
+// Compiler options: -warnaserror
+
 using System;
 [assembly:CLSCompliant (true)]
 
@@ -10,4 +12,4 @@ public class CLSAttribute: Attribute {
 
 public class ClassMain {
         public static void Main () {}
-}
\ No newline at end of file
+}