summaryrefslogtreecommitdiff
path: root/fpcsrc/tests/test/tunit1.pp
blob: 709a24f6438316a1d5d43454aaf84165b2a03cbe (plain)
1
2
3
4
5
6
7
uses
   erroru,uunit1;

begin
   if testvar<>1234567 then
     do_error(1000);
end.