Switch to compiler-tester
[mono.git] / mcs / tests / gen-109.cs
diff --git a/mcs/tests/gen-109.cs b/mcs/tests/gen-109.cs
deleted file mode 100644 (file)
index 7666b4f..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-using System;
-
-class X {
-       static void Main ()
-       {
-               int [] foo = null;
-               Array.Resize (ref foo, 10);
-       }
-}