lazarus/components/codetools/tests/fpctests/tudots.dot.prog.pp
mattias 655cfb0abf codetools: tests for dotted units
git-svn-id: trunk@50122 -
2015-10-19 13:30:14 +00:00

16 lines
229 B
ObjectPascal

{%fail}
{%norun}
program tudots.dot.prog;
{$mode delphi}
uses
tudots{ todo declaration:tudots};
begin
// this must fail because we have a namespace tudots.dot and it has no unit test
tudots.dot.test{ todo } := 1;
end.