* fix test

git-svn-id: trunk@34458 -
This commit is contained in:
svenbarth 2016-09-08 17:43:04 +00:00
parent f889891466
commit 6b93f09567

View File

@ -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);