Switch to compiler-tester
[mono.git] / mcs / tests / gen-151.cs
diff --git a/mcs/tests/gen-151.cs b/mcs/tests/gen-151.cs
deleted file mode 100644 (file)
index 54fd9cc..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-class Test<T> where T: struct{
-   public Test(){
-      T s = new T();
-   }
-}
-
-class X
-{
-       static void Main ()
-       { }
-}
-