summaryrefslogtreecommitdiff
path: root/test/files/run/t6198.check
Commit message (Collapse)AuthorAgeFilesLines
* Remove empty check files and flags files.Jason Zaugg2013-10-271-0/+0
| | | | for f in $(find test -name '*.check' -o -name '*.flags'); do [[ $(wc -c $f | sed -E 's/ *([0-9]+).*/\1/') == "0" ]] && rm $f; done
* Added test for SI-6198Ruediger Klaehn2012-08-111-0/+0
This tests that ListSet.tail is O(1) as well as testing that a HashSetCollision1 is turned back into a HashSet1 when removing all but one element