From 73f18004ec26f12de7f0dabed9f2fba1510ba8ab Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Thu, 16 Jul 2009 19:13:08 +0000 Subject: [PATCH] Run the test. svn path=/trunk/mcs/; revision=138073 --- mcs/tests/gtest-343.cs | 4 +++- mcs/tests/ver-il-gmcs.xml | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/mcs/tests/gtest-343.cs b/mcs/tests/gtest-343.cs index 5785346b8ab..e6023a390b5 100644 --- a/mcs/tests/gtest-343.cs +++ b/mcs/tests/gtest-343.cs @@ -15,7 +15,9 @@ class Implementer : Interface class MainClass { - public static void Main (string [] args) + public static int Main () { + new Implementer (); + return 0; } } diff --git a/mcs/tests/ver-il-gmcs.xml b/mcs/tests/ver-il-gmcs.xml index f370b937d3e..8f9d94e93e2 100644 --- a/mcs/tests/ver-il-gmcs.xml +++ b/mcs/tests/ver-il-gmcs.xml @@ -9355,8 +9355,8 @@ 7 - - 1 + + 8 -- 2.25.1