aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Anderson <[email protected]>2011-03-13 18:53:03 -0400
committerGraydon Hoare <[email protected]>2011-03-14 15:52:48 -0700
commitcba00ac2a1365093c74afee15b9a6634f7870f1a (patch)
tree1a453593970a4c85cded9bae1897206ac006af78 /src
parentImplement the rest of the binary trees shootout benchmark (diff)
downloadrust-cba00ac2a1365093c74afee15b9a6634f7870f1a.tar.xz
rust-cba00ac2a1365093c74afee15b9a6634f7870f1a.zip
Rename binary trees benchmark to match the original shootout source
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
-rw-r--r--src/test/bench/shootout/binarytrees.rs (renamed from src/test/bench/shootout/binary-trees.rs)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index a570f333..edf9ceb2 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -576,7 +576,7 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \
), \
$(wildcard test/*fail/*.rs test/*fail/*.rc)) \
test/bench/shootout/fasta.rs \
- test/bench/shootout/binary-trees.rs \
+ test/bench/shootout/binarytrees.rs \
$(wildcard test/bench/99-bottles/*rs)
ifdef MINGW_CROSS
diff --git a/src/test/bench/shootout/binary-trees.rs b/src/test/bench/shootout/binarytrees.rs
index 92bedb8b..92bedb8b 100644
--- a/src/test/bench/shootout/binary-trees.rs
+++ b/src/test/bench/shootout/binarytrees.rs