(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / mbas / Test / errors / IntegerTypeCharTestC6.vb
blob9682803a61cb39e2fe250227a875c9048d393f61
1 REM LineNo: 8
2 REM ExpectedError: BC30037
3 REM ErrorMessage: Character is not valid.
5 Imports System
6 Namespace IntegerTypeCharTest
7 Module M
8 Sub [sub]%()
9 End Sub
10 Sub Main()
11 End Sub
12 End Module
13 End Namespace