summaryrefslogtreecommitdiff
path: root/tests/webtbf
diff options
context:
space:
mode:
authordaniel <daniel@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-12-19 08:49:26 +0000
committerdaniel <daniel@3ad0048d-3df7-0310-abae-a5850022a9f2>2006-12-19 08:49:26 +0000
commit7d99d6c1bdec90a09bed15a0ca6395c9a5b00d4c (patch)
treebcd341fb58817774ddae428d0cb3209558d4808e /tests/webtbf
parent81237ded4d49c2d7e79326b49ff78439c1d5a05a (diff)
downloadfpc-7d99d6c1bdec90a09bed15a0ca6395c9a5b00d4c.tar.gz
* Make it a test that should succeed.
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@5643 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'tests/webtbf')
-rw-r--r--tests/webtbf/tw3492.pp10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/webtbf/tw3492.pp b/tests/webtbf/tw3492.pp
deleted file mode 100644
index 52dcbf0f45..0000000000
--- a/tests/webtbf/tw3492.pp
+++ /dev/null
@@ -1,10 +0,0 @@
-{ %fail }
-
-{$mode fpc}
-
-{ This is not allowed in normal fpc mode }
-resourcestring
- s = 'OK';
-begin
- writeln(s);
-end.