// // // // // $Revision$ // using System; namespace Debugger.Tests.TestPrograms { public class SimpleProgram { public static void Main() { } } } #if TEST_CODE namespace Debugger.Tests { public partial class DebuggerTests { [NUnit.Framework.Test] public void SimpleProgram() { StartTest("SimpleProgram.cs", false); process.WaitForExit(); EndTest(); } } } #endif #if EXPECTED_OUTPUT mscorlib.dll (No symbols) SimpleProgram.exe (Has symbols) #endif // EXPECTED_OUTPUT