Browse Source

+ Use popuperr unit to avoid interactive error window

git-svn-id: trunk@16761 -
pierre 14 năm trước cách đây
mục cha
commit
8a7b10586d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      tests/test/packages/zlib/tzlib1.pp

+ 1 - 0
tests/test/packages/zlib/tzlib1.pp

@@ -1,6 +1,7 @@
 { %NOTE=This test requires an installed zlib1 shared library }
 { simple compilation test }
 uses
+  popuperr,
   zlib;
 begin
   writeln(zlibVersion);