+ dummy test1 unit added for dbx tests

This commit is contained in:
pierre 1999-10-14 10:24:55 +00:00
parent d0dbe5a3f5
commit 1d5d3b421a
2 changed files with 11 additions and 2 deletions

View File

@ -1,11 +1,11 @@
program TestProgram;
program TestProgram;
uses
{$ifdef go32v2}
dpmiexcp,
{$endif}
Test2;
test1, Test2;
const A = 1234;
C = #1#2#3#4;

9
ide/text/test1.pas Normal file
View File

@ -0,0 +1,9 @@
unit test1;
{ dummy unit for test of dbx stabs info PM }
interface
implementation
end.