Kaynağa Gözat

* fixed test, the set in the example program is not 32 bits large

git-svn-id: trunk@3794 -
tom_at_work 19 yıl önce
ebeveyn
işleme
e1cc6a8834
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      tests/webtbs/tw4809.pp

+ 1 - 1
tests/webtbs/tw4809.pp

@@ -11,7 +11,7 @@ Type
     v1,v2: LongInt;
 
    begin
-     longint(mVar) := 100;
+     byte(mVar) := 100;
      v1 := aVar1[mVar];
   end.