diff options
author | David Barr <david.barr@cordelta.com> | 2010-12-13 21:23:17 +1100 |
---|---|---|
committer | Jonathan Nieder <jrnieder@gmail.com> | 2011-03-22 18:34:44 -0500 |
commit | 5db348dbd51cdeac711521d1fa7258785e72d202 (patch) | |
tree | 6e86a379a632e20f0b838d86b06bd7af7f9e9063 /t/t0080-vcs-svn.sh | |
parent | vcs-svn: drop string_pool (diff) | |
download | tgif-5db348dbd51cdeac711521d1fa7258785e72d202.tar.xz |
vcs-svn: drop treap
This reverts commit 951f316470acc7c785c460a4e40735b22822349f
(Add treap implementation, 2010-08-09). The string_pool was
trp.h's last user.
Signed-off-by: David Barr <david.barr@cordelta.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Diffstat (limited to 't/t0080-vcs-svn.sh')
-rwxr-xr-x | t/t0080-vcs-svn.sh | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/t/t0080-vcs-svn.sh b/t/t0080-vcs-svn.sh index ce02c58e3e..3f29496bf8 100755 --- a/t/t0080-vcs-svn.sh +++ b/t/t0080-vcs-svn.sh @@ -76,26 +76,4 @@ test_expect_success 'obj pool: high-water mark' ' test_cmp expected actual ' -test_expect_success 'treap sort' ' - cat <<-\EOF >unsorted && - 68 - 12 - 13 - 13 - 68 - 13 - 13 - 21 - 10 - 11 - 12 - 13 - 13 - EOF - sort unsorted >expected && - - test-treap <unsorted >actual && - test_cmp expected actual -' - test_done |