mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 16:09:25 +02:00
* give a different error if the second test fails
git-svn-id: trunk@25263 -
This commit is contained in:
parent
9f023fcfe0
commit
51f7d0645a
@ -17,5 +17,5 @@ begin
|
|||||||
Halt(1);
|
Halt(1);
|
||||||
Foo2 := @TMyClass2.MyAbstractMethod;
|
Foo2 := @TMyClass2.MyAbstractMethod;
|
||||||
if Foo<>Foo2 then
|
if Foo<>Foo2 then
|
||||||
Halt(1);
|
Halt(2);
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user