浏览代码

Fix more compilation errors

git-svn-id: trunk@38761 -
pierre 7 年之前
父节点
当前提交
30fb24f06a
共有 5 个文件被更改,包括 0 次插入5 次删除
  1. 0 1
      tests/test/tcpstr18.pp
  2. 0 1
      tests/test/tunistr1.pp
  3. 0 1
      tests/test/tunistr2.pp
  4. 0 1
      tests/test/twrstr9.pp
  5. 0 1
      tests/test/units/system/tdir2.pp

+ 0 - 1
tests/test/tcpstr18.pp

@@ -36,7 +36,6 @@ uses
    for fpwidestring and unicodeducet use }
   strings;
 {$endif def USE_INTERNAL_UNICODE}
-{$endif}
 
 procedure TestRawByte(const Source: RawByteString; cp: word; const reason: integer);
 begin

+ 0 - 1
tests/test/tunistr1.pp

@@ -27,7 +27,6 @@ uses
    but simpifies the conditional construction
    for fpwidestring and unicodeducet use }
   strings;
-{$endif}
 {$endif def USE_INTERNAL_UNICODE}
 
 var

+ 0 - 1
tests/test/tunistr2.pp

@@ -27,7 +27,6 @@ uses
    but simpifies the conditional construction
    for fpwidestring and unicodeducet use }
   strings;
-{$endif}
 {$endif def USE_INTERNAL_UNICODE}
 
 var

+ 0 - 1
tests/test/twrstr9.pp

@@ -26,7 +26,6 @@ uses
    but simpifies the conditional construction
    for fpwidestring and unicodeducet use }
   strings;
-{$endif}
 
 type
   ts866 = type ansistring( {$ifdef android} 1251 {$else} 866 {$endif} );

+ 0 - 1
tests/test/units/system/tdir2.pp

@@ -42,7 +42,6 @@ uses
    but simpifies the conditional construction
    for fpwidestring and unicodeducet use }
   strings;
-{$endif}
 {$endif def USE_INTERNAL_UNICODE}
 
 procedure test(value, required: longint);