Skip to content

Commit cba00ac

Browse files
brsongraydon
authored andcommitted
Rename binary trees benchmark to match the original shootout source
1 parent 467b9f3 commit cba00ac

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \
576576
), \
577577
$(wildcard test/*fail/*.rs test/*fail/*.rc)) \
578578
test/bench/shootout/fasta.rs \
579-
test/bench/shootout/binary-trees.rs \
579+
test/bench/shootout/binarytrees.rs \
580580
$(wildcard test/bench/99-bottles/*rs)
581581

582582
ifdef MINGW_CROSS

0 commit comments

Comments
 (0)