lazarus/components/codetools/tests/fpctests/tudots.test.pp
mattias 1e10c98414 codetools: tests: disabled fail test
git-svn-id: trunk@50270 -
2015-11-10 11:11:10 +00:00

17 lines
191 B
ObjectPascal

{ %fail }
unit tudots.test;
interface
// this must fail
var
test: tudots.dot.next.ttest{ todo declaration:-};
implementation
uses
tudots.dot.next{declaration:tudots.dot.next};
end.