Procházet zdrojové kódy

Fix compilation of the two tests for jvm-android target

Pierre Muller před 3 roky
rodič
revize
3b8b549eaa
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      tests/test/jvm/tprop5.pp
  2. 1 1
      tests/test/jvm/tprop6.pp

+ 1 - 1
tests/test/jvm/tprop5.pp

@@ -7,7 +7,7 @@ Unit tprop5;
 interface
 
 uses
- jdk15;
+  {$ifdef java}jdk15{$else}androidr14{$endif};
 
 type
  TBaseClass = class

+ 1 - 1
tests/test/jvm/tprop6.pp

@@ -7,7 +7,7 @@ Unit tprop6;
 interface
 
 uses
- jdk15;
+  {$ifdef java}jdk15{$else}androidr14{$endif};
 
 type
  TBaseClassProp6 = class