New test.
[mono.git] / mcs / tests / test-360.cs
index 53bb94ab1ce771839445c7b41cdb07d988f4c558..1439be8fa8ab83dc0f61fdf320ec6627a410fc38 100644 (file)
@@ -9,8 +9,8 @@ public class Application
                }
                else
                {
-                       // string thisDoesnt = "not so";
-                       // System.Console.WriteLine(thisDoesnt);
+                       string thisDoesnt = "not so";
+                       System.Console.WriteLine(thisDoesnt);
                }
        }
 }