New test.
authorMarek Safar <marek.safar@gmail.com>
Tue, 13 Dec 2005 21:00:44 +0000 (21:00 -0000)
committerMarek Safar <marek.safar@gmail.com>
Tue, 13 Dec 2005 21:00:44 +0000 (21:00 -0000)
svn path=/trunk/mcs/; revision=54322

mcs/tests/known-issues-gmcs
mcs/tests/test-477.cs [new file with mode: 0644]

index aeeee140d3e31599b5dc0f1d4a0b774188b917f5..90f90453d93b54abdea37c0a86e7bdece0ee1644 100644 (file)
@@ -11,4 +11,5 @@ test-anon-27.cs
 test-xml-027.cs
 test-465.cs IGNORE     # need to fix the path separator to work both on Unix and Windows
 test-476.cs
+test-477.cs
 test-xml-051.cs
diff --git a/mcs/tests/test-477.cs b/mcs/tests/test-477.cs
new file mode 100644 (file)
index 0000000..8d2b87e
--- /dev/null
@@ -0,0 +1,9 @@
+// Compiler options: -warnaserror
+
+class C
+{
+       [System.Diagnostics.Conditional("DEBUG")]
+       public void Test (ref int i) {}
+
+       public static void Main () {}
+}