fpc/tests/test/tudots.dot.prog.pp
2013-04-15 08:10:22 +00:00

16 lines
194 B
ObjectPascal

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