diff options
author | daniel <daniel@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2006-12-19 08:49:26 +0000 |
---|---|---|
committer | daniel <daniel@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2006-12-19 08:49:26 +0000 |
commit | 7d99d6c1bdec90a09bed15a0ca6395c9a5b00d4c (patch) | |
tree | bcd341fb58817774ddae428d0cb3209558d4808e /tests/webtbf | |
parent | 81237ded4d49c2d7e79326b49ff78439c1d5a05a (diff) | |
download | fpc-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.pp | 10 |
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. |