Switch to compiler-tester
[mono.git] / mcs / errors / gcs0246.cs
index 7650338f098b31430a7a0ad249f3f69d49b9f85c..1ce9b4cef55ac896d627df13b1e7eaff4c9b4e5b 100644 (file)
@@ -1,3 +1,6 @@
+// gcs0246.cs: Cannot find type 'NotExist`1'
+// Line: 6
+
 class X
 {
        NotExist<float> foo;