summaryrefslogtreecommitdiff
path: root/t/t0080-vcs-svn.sh
diff options
context:
space:
mode:
authorLibravatar David Barr <david.barr@cordelta.com>2010-12-13 21:23:17 +1100
committerLibravatar Jonathan Nieder <jrnieder@gmail.com>2011-03-22 18:34:44 -0500
commit5db348dbd51cdeac711521d1fa7258785e72d202 (patch)
tree6e86a379a632e20f0b838d86b06bd7af7f9e9063 /t/t0080-vcs-svn.sh
parentvcs-svn: drop string_pool (diff)
downloadtgif-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-xt/t0080-vcs-svn.sh22
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