Browse Source

test: fix typo

git-svn-id: trunk@21202 -
paul 13 years ago
parent
commit
a70eb8ae0e
1 changed files with 1 additions and 1 deletions
  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;
 procedure test_overload4(const s: unicodestring); overload;
 begin
 begin
 end;
 end;
-{ifndef FPC_WIDESTRING_EQUAL_UNICODESTRING}
+{$ifndef FPC_WIDESTRING_EQUAL_UNICODESTRING}
 procedure test_overload4(const s: widestring); overload;
 procedure test_overload4(const s: widestring); overload;
 begin
 begin
   halt(4);
   halt(4);