* fixed test, alignment directives require a = between type and value

git-svn-id: trunk@17759 -
This commit is contained in:
florian 2011-06-14 20:48:02 +00:00
parent 37b8b791d5
commit c7aa9e40cf

View File

@ -12,7 +12,7 @@ uses
type
vector4 = array[0..3] of single;
{$codealign varmax 16}
{$codealign varmax=16}
var
a,b,c :vector4;
begin