瀏覽代碼

Merged revisions 2131 via svnmerge from
svn+ssh://[email protected]/FPC/svn/fpc/trunk

r2131 (jonas)
+ test for macpas interface-only definition units

git-svn-id: branches/fixes_2_0@2133 -

Jonas Maebe 20 年之前
父節點
當前提交
bdb514fe5e
共有 2 個文件被更改,包括 12 次插入0 次删除
  1. 1 0
      .gitattributes
  2. 11 0
      tests/test/tintfdef.pp

+ 1 - 0
.gitattributes

@@ -5317,6 +5317,7 @@ tests/test/tinterface2.pp svneol=native#text/plain
 tests/test/tinterface3.pp svneol=native#text/plain
 tests/test/tinterface4.pp svneol=native#text/plain
 tests/test/tinterrupt.pp svneol=native#text/plain
+tests/test/tintfdef.pp svneol=native#text/plain
 tests/test/tintuint.pp svneol=native#text/plain
 tests/test/tlibrary1.pp svneol=native#text/plain
 tests/test/tlibrary2.pp svneol=native#text/plain

+ 11 - 0
tests/test/tintfdef.pp

@@ -0,0 +1,11 @@
+{ %norun }
+{$mode macpas}
+
+unit tintfdef;
+
+interface
+
+procedure testje;
+
+end.
+