Pārlūkot izejas kodu

* fixed test.

git-svn-id: trunk@7766 -
yury 18 gadi atpakaļ
vecāks
revīzija
98c1a8c386
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      tests/webtbs/tw7391.pp

+ 1 - 2
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.
-