Browse Source

Fix more compilation errors

git-svn-id: trunk@38761 -
pierre 7 years ago
parent
commit
30fb24f06a

+ 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);