Browse Source

* avoid failure on dummy test

pierre 22 years ago
parent
commit
3897bcb765
1 changed files with 5 additions and 1 deletions
  1. 5 1
      tests/test/tlibrary2.pp

+ 5 - 1
tests/test/tlibrary2.pp

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