소스 검색

+ Use popuperr unit to avoid interactive error window

git-svn-id: trunk@16761 -
pierre 14 년 전
부모
커밋
8a7b10586d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);