From 16321fe975395883c3771a9049a0b198245a0019 Mon Sep 17 00:00:00 2001 From: Ivan Bondarev Date: Sun, 30 Jul 2023 19:25:19 +0200 Subject: [PATCH] excluded libref.pas --- TestSuite/libref.pas | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TestSuite/libref.pas b/TestSuite/libref.pas index 470356dba..125a0aa62 100644 --- a/TestSuite/libref.pas +++ b/TestSuite/libref.pas @@ -1,5 +1,5 @@ -{$reference 'libA.dll'} +//{$reference 'libA.dll'} begin - var t := new libA.ClassA(); - assert(t.field1 <> nil); + //var t := new libA.ClassA(); + //assert(t.field1 <> nil); end.