Browse Source

merge r19074 from cpstrnew branch by paul:
tests: fix 2 tests. $FFFF chars are now valid characters for the compiler

git-svn-id: trunk@19126 -

paul 14 years ago
parent
commit
1e3239915f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      tests/webtbf/tw16219.pp
  2. 1 1
      tests/webtbf/tw16219a.pp

+ 1 - 1
tests/webtbf/tw16219.pp

@@ -5,7 +5,7 @@ const
 
 
   aStrArray: array [0..0] of String = (
   aStrArray: array [0..0] of String = (
 
 
-    #$ffff' '
+    #$ffffff' '
 
 
   );
   );
 
 

+ 1 - 1
tests/webtbf/tw16219a.pp

@@ -5,7 +5,7 @@ const
 
 
   aStrArray: array [0..0] of String = (
   aStrArray: array [0..0] of String = (
 
 
-    #$ffff' '
+    #$ffffff' '
 
 
   );
   );