Browse Source

* also enable implementation tests on Win64

git-svn-id: trunk@41842 -
svenbarth 6 years ago
parent
commit
c6d963ccd9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/rtl-objpas/tests/testrunner.rtlobjpas.pp

+ 1 - 0
packages/rtl-objpas/tests/testrunner.rtlobjpas.pp

@@ -8,6 +8,7 @@ program testrunner.rtlobjpas;
 {.$define useffi}
 {$if defined(CPUX64) and defined(WINDOWS)}
 {$define testinvoke}
+{$define testimpl}
 {$elseif defined(CPUI386)}
 {$define testinvoke}
 {$else}