Browse Source

+ test for macpas interface-only definition units

git-svn-id: trunk@2131 -
Jonas Maebe 19 years ago
parent
commit
8776946bbf
2 changed files with 12 additions and 0 deletions
  1. 1 0
      .gitattributes
  2. 11 0
      tests/test/tintfdef.pp

+ 1 - 0
.gitattributes

@@ -5614,6 +5614,7 @@ tests/test/tinterface2.pp svneol=native#text/plain
 tests/test/tinterface3.pp svneol=native#text/plain
 tests/test/tinterface3.pp svneol=native#text/plain
 tests/test/tinterface4.pp svneol=native#text/plain
 tests/test/tinterface4.pp svneol=native#text/plain
 tests/test/tinterrupt.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/tintuint.pp svneol=native#text/plain
 tests/test/tlibrary1.pp svneol=native#text/plain
 tests/test/tlibrary1.pp svneol=native#text/plain
 tests/test/tlibrary2.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.
+