* moved to correct directory

This commit is contained in:
carl 2002-03-08 20:18:28 +00:00
parent 7a8510ef63
commit 3f639982d0
3 changed files with 23 additions and 17 deletions

18
tests/webtbf/tw1827.pp Normal file
View File

@ -0,0 +1,18 @@
{ %FAIL }
begin
ReadLn('SomeText');
end.
{
$Log$
Revision 1.1 2002-03-08 20:18:28 carl
* moved to correct directory
Revision 1.1 2002/03/07 21:44:14 carl
+ bug report #1827 testing
}

View File

@ -1,4 +1,4 @@
{ %RESULTCODE=1 }
{ %FAIL }
{ Source provided for Free Pascal Bug Report 1858 }
{ Submitted by "Mattias Gaertner" on 2002-03-07 }
{ e-mail: nc-gaertnma@netcologne.de }
@ -23,7 +23,10 @@ end.
{
$Log$
Revision 1.2 2002-03-07 21:46:41 carl
Revision 1.1 2002-03-08 20:18:28 carl
* moved to correct directory
Revision 1.2 2002/03/07 21:46:41 carl
+ fix unit name
Revision 1.1 2002/03/07 21:40:56 carl

View File

@ -1,15 +0,0 @@
{ %RESULTCODE=1 }
begin
ReadLn('SomeText');
end.
{
$Log$
Revision 1.1 2002-03-07 21:44:14 carl
+ bug report #1827 testing
}