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 -
This commit is contained in:
paul 2011-09-17 14:23:58 +00:00
parent 23ea810e0c
commit 1e3239915f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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