summaryrefslogtreecommitdiff
path: root/tests/webtbs/tw7391.pp
diff options
context:
space:
mode:
authoryury <yury@3ad0048d-3df7-0310-abae-a5850022a9f2>2007-06-21 23:05:20 +0000
committeryury <yury@3ad0048d-3df7-0310-abae-a5850022a9f2>2007-06-21 23:05:20 +0000
commit2b2022dad6067df51a0be10f386ca43a322d0aaf (patch)
treeaccd61bb284a2a48edd3b67a6166b350fdabbdc1 /tests/webtbs/tw7391.pp
parent796b7b8181c9ead9717a8da3d29bb00f9b562ffd (diff)
downloadfpc-2b2022dad6067df51a0be10f386ca43a322d0aaf.tar.gz
* fixed test.
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@7766 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'tests/webtbs/tw7391.pp')
-rw-r--r--tests/webtbs/tw7391.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/webtbs/tw7391.pp b/tests/webtbs/tw7391.pp
index fd37622fd9..452eff8e24 100644
--- a/tests/webtbs/tw7391.pp
+++ b/tests/webtbs/tw7391.pp
@@ -1,7 +1,7 @@
program stored;
{$mode objfpc}{$h+}
uses
- Classes;
+ SysUtils, Classes;
const
ShowTheException = true; //set this to false for halt(128) instead of exception
@@ -106,4 +106,3 @@ begin
writeln('ok. done.');
DeleteFile('testfile.tmp');
end.
-