Преглед изворни кода

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

git-svn-id: trunk@17759 -
florian пре 14 година
родитељ
комит
c7aa9e40cf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tests/webtbs/tw2998.pp

+ 1 - 1
tests/webtbs/tw2998.pp

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