From 210a1fc9f8d16c894021a1ead884c0545e10cfff Mon Sep 17 00:00:00 2001 From: pierre Date: Mon, 13 Dec 1999 12:40:03 +0000 Subject: [PATCH] tbug744 must fail --- tests/webtbf/tbug744.pp | 9 +++++++++ tests/webtbf/tbug744a.pp | 10 ++++++++++ 2 files changed, 19 insertions(+) create mode 100644 tests/webtbf/tbug744.pp create mode 100644 tests/webtbf/tbug744a.pp diff --git a/tests/webtbf/tbug744.pp b/tests/webtbf/tbug744.pp new file mode 100644 index 0000000000..62af7cc84b --- /dev/null +++ b/tests/webtbf/tbug744.pp @@ -0,0 +1,9 @@ +Unit tbug744; + +Interface + +Uses tbug744a; + +Implementation + +end. diff --git a/tests/webtbf/tbug744a.pp b/tests/webtbf/tbug744a.pp new file mode 100644 index 0000000000..ae38115e7f --- /dev/null +++ b/tests/webtbf/tbug744a.pp @@ -0,0 +1,10 @@ +Unit tbug744a; + +Interface + +Uses tbug744; + +Implementation + +end. +