浏览代码

+ print headers for the tested interfaces

git-svn-id: trunk@35413 -
svenbarth 8 年之前
父节点
当前提交
9ead39404b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      tests/test/trtti15.pp

+ 2 - 0
tests/test/trtti15.pp

@@ -169,11 +169,13 @@ const
 {$endif}
 
 begin
+  Writeln('Testing interface ITestRaw');
   { raw interfaces don't support $M+ currently }
   TestInterface(GetTypeData(TypeInfo(ITestRaw)), True, 0{1}, [
       MakeMethod('Test', ccReg, mkFunction, TypeInfo(LongInt), [])
     ]);
 
+  Writeln('Testing interface ITest');
   TestInterface(GetTypeData(TypeInfo(ITest)), False, 2, [
       MakeMethod('Test', DefaultCallingConvention, mkProcedure, Nil, [
           MakeParam('$self', [pfHidden, pfSelf, pfAddress], TypeInfo(ITest))