[mono-vb] [RFC] MBAS Compiler Test Suite

Rodrigo B. de Oliveira rbo@acm.org
Wed, 11 Aug 2004 20:38:59 -0300


Em Qua, 2004-08-11 às 04:46, Jambunathan Jambunathan escreveu:
> ...
> 
> /****************** TestCaseTemplate.vb *******************/
> 
> REM LineNo: <>
> REM ExpectedError:  <>
> REM ErrorMessage: 
> REM Target: <exe | library> (library target gets built first)
> REM CompilerOptions: /r:MyDll.dll
> 
> /****************  Positive TestCase.vb *******************/
> Imports System
> 
> Module M
> 	Sub Main()
> 		Console.WriteLine("This is a Positive Test Case")
> 	End Sub
> End Module
> 

I like it. But what about the expected behaviour/output of the generated
program?

Rodrigo