Explorar o código

* fixed compilation

git-svn-id: trunk@6601 -
Jonas Maebe %!s(int64=18) %!d(string=hai) anos
pai
achega
0ffd81e16d
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      tests/webtbs/tw8225.pp

+ 2 - 1
tests/webtbs/tw8225.pp

@@ -1,3 +1,4 @@
+{$mode delphi}
 program test;
 
 const
@@ -19,4 +20,4 @@ end;
 begin 
 	writeln('LONGINT:  ',CheckLongint(3,1));
 	writeln('CARDINAL: ',CheckCardinal(3,1));
-end.                     
+end.