Explorar o código

Fix compilation of the two tests for jvm-android target

Pierre Muller %!s(int64=3) %!d(string=hai) anos
pai
achega
3b8b549eaa
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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