Browse Source

* changing tests to fix regressions is only the last resort, so this should be sorted out by other means, r19117 reverted
--- Reverse-merging r19117 into '.':
U tests\tbs\tb0349.pp
U tests\tbs\tb0503.pp
G .
--- Recording mergeinfo for reverse merge of r19117 into '.':
G .

git-svn-id: trunk@19136 -

florian 14 years ago
parent
commit
867fc54147
2 changed files with 0 additions and 10 deletions
  1. 0 5
      tests/tbs/tb0349.pp
  2. 0 5
      tests/tbs/tb0503.pp

+ 0 - 5
tests/tbs/tb0349.pp

@@ -1,9 +1,4 @@
 { %VERSION=1.1}
 { %VERSION=1.1}
-uses
-{$ifdef unix}
-  cwstring,
-{$endif unix}
-  SysUtils;
 var
 var
    p : pwidechar;
    p : pwidechar;
    c1,c2 : widechar;
    c1,c2 : widechar;

+ 0 - 5
tests/tbs/tb0503.pp

@@ -1,8 +1,3 @@
-uses
-{$ifdef unix}
-  cwstring,
-{$endif unix}
-  SysUtils;
 procedure testansi;
 procedure testansi;
 var
 var
   s, q: ansistring;
   s, q: ansistring;