codetools: tests: test program namespace

git-svn-id: trunk@54742 -
This commit is contained in:
mattias 2017-04-26 11:04:17 +00:00
parent af09292110
commit afc67da7ae
2 changed files with 11 additions and 0 deletions

1
.gitattributes vendored
View File

@ -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

View File

@ -0,0 +1,10 @@
program unitdots.tprogramdots1; // defines program namespace unitdots
{$mode objfpc}{$H+}
uses
dot{declaration:unitdots.dot};
begin
end.