Update tests
authorMiguel de Icaza <miguel@gnome.org>
Sat, 27 Sep 2008 06:29:21 +0000 (06:29 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sat, 27 Sep 2008 06:29:21 +0000 (06:29 -0000)
svn path=/trunk/mcs/; revision=114266

mcs/tests/eval-test.cs

index 05db898b8bf2cb79c38f53e01821b67e33adadc0..545eae47cd752d1fc91b598d42397de1b1c25071 100644 (file)
@@ -5,9 +5,7 @@ public class MyTest {
        static void Run (string id, string stmt)
        {
                try {
-                       Console.WriteLine ("Running {0} -> {1}", id, stmt);
                        Evaluator.Run (stmt);
-                       Console.WriteLine ("Done");
                } catch {
                        Console.WriteLine ("Failed on test {0}", id);
                        throw;