(DISTFILES): Comment out a few missing files.
[mono-project.git] / mcs / mbas / Test / errors / IntegerTypeCharTestC3.vb
blobd0d3f825e9d9e5f1bc42c64e7aa7f66f0340e540
1 REM LineNo: 6
2 REM ExpectedError: BC30468
3 REM ErrorMessage: Type declaration characters are not valid in this context.
5 Imports System
6 Namespace IntegerTypeCharTest%
7 Module M
8 Sub Main()
9 End Sub
10 End Module
11 End Namespace