Browse Source

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

git-svn-id: trunk@17759 -
florian 14 years ago
parent
commit
c7aa9e40cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/webtbs/tw2998.pp

+ 1 - 1
tests/webtbs/tw2998.pp

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