Fixed.
authorMarek Safar <marek.safar@gmail.com>
Wed, 5 Sep 2007 11:18:53 +0000 (11:18 -0000)
committerMarek Safar <marek.safar@gmail.com>
Wed, 5 Sep 2007 11:18:53 +0000 (11:18 -0000)
svn path=/trunk/mcs/; revision=85348

mcs/tests/known-issues-gmcs
mcs/tests/known-issues-mcs
mcs/tests/test-584.cs

index 6f948ec198491fbd7c41f018fedb60f31b31e4a4..fe9762426a3bc7ef67d99df8b29d695beca96846 100644 (file)
@@ -9,7 +9,6 @@ test-67.cs IGNORE       # Windows-only test
 test-xml-027.cs
 test-539.cs IGNORE     # In 2.0 profile, RuntimeCompatilityAttribute is added by default with WrapNonExceptionThrows set to true and conditional compilation symbols are not provided yet.
 test-562.cs
-test-584.cs
 
 gtest-230.cs
 
index f9e6a87ad66a7a9025e8be430591c48c176a4350..c3cc1f63b1aee28c6fa91c10c77f995195b8eb94 100644 (file)
@@ -9,4 +9,4 @@ test-67.cs IGNORE       # Windows-only test
 
 test-xml-027.cs
 test-562.cs
-test-584.cs
+
index 4600459163943aa6a7640850b76bd6d6baec00bd..7a88a0d952a9d23e2bc16f7f834a43383a60511a 100644 (file)
@@ -1,5 +1,3 @@
-// Compiler options: -t:library
-
 public class Style
 {
        public static Style CurrentStyle
@@ -17,4 +15,9 @@ public class Style
        {
                return null;
        }
+       
+       public static int Main ()
+       {
+               return LoadCurrentStyle () ? 1 : 0;
+       }       
 }