Browse Source

* fix test

git-svn-id: trunk@34458 -
svenbarth 9 năm trước cách đây
mục cha
commit
6b93f09567
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      tests/test/tarray11.pp

+ 0 - 1
tests/test/tarray11.pp

@@ -137,7 +137,6 @@ begin
   CheckArray(a, [0, 1, 2, 3, 4], next);
   a := CreateArray(5);
   Delete(a, -1, 2);
-  PrintArray(a);
   CheckArray(a, [0, 1, 2, 3, 4], next);
   a := CreateArray(5);
   Delete(a, -1, -1);