From 8776946bbf426d13bb4cb9edd918b714517c06ea Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Mon, 2 Jan 2006 20:59:05 +0000 Subject: [PATCH] + test for macpas interface-only definition units git-svn-id: trunk@2131 - --- .gitattributes | 1 + tests/test/tintfdef.pp | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 tests/test/tintfdef.pp diff --git a/.gitattributes b/.gitattributes index 4f8f28f3db..b97fff3282 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5614,6 +5614,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 diff --git a/tests/test/tintfdef.pp b/tests/test/tintfdef.pp new file mode 100644 index 0000000000..33b1d8654e --- /dev/null +++ b/tests/test/tintfdef.pp @@ -0,0 +1,11 @@ +{ %norun } +{$mode macpas} + +unit tintfdef; + +interface + +procedure testje; + +end. +