New test.
[mono.git] / mcs / errors / gcs0283.cs
diff --git a/mcs/errors/gcs0283.cs b/mcs/errors/gcs0283.cs
deleted file mode 100644 (file)
index 3643fa6..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-// CS0283: The type `T' cannot be declared const\r
-// Line: 8\r
-\r
-struct S\r
-{\r
-       public void Foo<T> () where T : struct\r
-       {\r
-               const T t = null;\r
-       }\r
-}
\ No newline at end of file