mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 09:29:07 +02:00
* moved to succes instead of fail
This commit is contained in:
parent
aedeaf9b7e
commit
4d58eaf60b
@ -1,10 +1,10 @@
|
|||||||
program tbf0203;
|
program tbs0203;
|
||||||
|
|
||||||
uses
|
uses
|
||||||
{$ifdef go32v2}
|
{$ifdef go32v2}
|
||||||
dpmiexcp,
|
dpmiexcp,
|
||||||
{$endif def go32v2}
|
{$endif def go32v2}
|
||||||
tbf0203a;
|
tbs0203a;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
c;
|
c;
|
@ -1,4 +1,4 @@
|
|||||||
unit tbf0203a;
|
unit tbs0203a;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
procedure a;
|
procedure a;
|
Loading…
Reference in New Issue
Block a user