* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / errors / cs1008-2.cs
index b4539a30ac7dd852616a76de79b5f1cf19ef8f76..74fb451cce469a9c83082f1bcf66bfd62876c171 100644 (file)
@@ -1,4 +1,4 @@
-// CS1008: Type byte, sbyte, short, ushort, int, uint, long, or ulong expected (got: `System.Int16')
+// cs1008-2.cs: Type byte, sbyte, short, ushort, int, uint, long or ulong expected
 // Line: 3
 enum Test : System.Int16
 {