(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / btests / ModuleTestC5.vb
blob4511f20d56fc78cd2019383df33199b632af07e2
1 REM LineNo: 4
2 REM ExpectedError: BC30737
3 REM ErrorMessage: No accessible 'Main' method with an appropriate signature was found in 'ModuleTestC5'.
5 Module M1
6 Sub Main (argc as string)
7 End Sub
8 End Module