Browse Source

* avoid failure on dummy test

pierre 22 năm trước cách đây
mục cha
commit
3897bcb765
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      tests/test/tlibrary2.pp

+ 5 - 1
tests/test/tlibrary2.pp

@@ -27,4 +27,8 @@ procedure test;external libname name 'TestName';
 begin
   test;
 end.
-{$endif supported}
+{$else not supported}
+begin
+  Writeln('Dummy test because target does not support libraries');
+end.
+{$endif not supported}