Ver Fonte

test: fix typo

git-svn-id: trunk@21202 -
paul há 13 anos atrás
pai
commit
a70eb8ae0e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      tests/test/tcpstr22.pp

+ 1 - 1
tests/test/tcpstr22.pp

@@ -69,7 +69,7 @@ end;
 procedure test_overload4(const s: unicodestring); overload;
 begin
 end;
-{ifndef FPC_WIDESTRING_EQUAL_UNICODESTRING}
+{$ifndef FPC_WIDESTRING_EQUAL_UNICODESTRING}
 procedure test_overload4(const s: widestring); overload;
 begin
   halt(4);