mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 22:49:30 +02:00
codetools: tests: test program namespace
git-svn-id: trunk@54742 -
This commit is contained in:
parent
af09292110
commit
afc67da7ae
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -981,6 +981,7 @@ components/codetools/tests/laztests/bug28876.pas svneol=native#text/plain
|
||||
components/codetools/tests/laztests/bug28877.pas svneol=native#text/plain
|
||||
components/codetools/tests/laztests/delphi_autodereference1.pas svneol=native#text/plain
|
||||
components/codetools/tests/laztests/tdefaultproperty1.pas svneol=native#text/plain
|
||||
components/codetools/tests/laztests/tprogramdots1.pas svneol=native#text/plain
|
||||
components/codetools/tests/laztests/tunit_order_test.pas svneol=native#text/plain
|
||||
components/codetools/tests/laztests/tunitdots.main.pas svneol=native#text/plain
|
||||
components/codetools/tests/laztests/unit_order_a.pas svneol=native#text/plain
|
||||
|
10
components/codetools/tests/laztests/tprogramdots1.pas
Normal file
10
components/codetools/tests/laztests/tprogramdots1.pas
Normal file
@ -0,0 +1,10 @@
|
||||
program unitdots.tprogramdots1; // defines program namespace unitdots
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
uses
|
||||
dot{declaration:unitdots.dot};
|
||||
|
||||
begin
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user