mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 18:39:19 +02:00
* uses crt is not needed in some tests.
git-svn-id: trunk@4112 -
This commit is contained in:
parent
291b00529a
commit
cdafea2ce7
@ -2,7 +2,6 @@
|
||||
{ problem with methods OK 0.99.6 (FK) }
|
||||
|
||||
program ObjTest;
|
||||
uses crt;
|
||||
|
||||
type
|
||||
ObjectA = object
|
||||
|
@ -1,5 +1,5 @@
|
||||
program prueba;
|
||||
uses crt,math;
|
||||
uses math;
|
||||
var
|
||||
i,resultado,exponente:integer;
|
||||
begin
|
||||
|
@ -1,7 +1,7 @@
|
||||
program test_0_to_power_6;
|
||||
|
||||
uses
|
||||
crt,math;
|
||||
math;
|
||||
var
|
||||
result,number,exponent : integer;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user