فهرست منبع

test: fix typo

git-svn-id: trunk@21202 -
paul 13 سال پیش
والد
کامیت
a70eb8ae0e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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);