From 467b9f3908dc74976807ddad4138f3d496433234 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sun, 13 Mar 2011 18:43:39 -0400 Subject: Implement the rest of the binary trees shootout benchmark --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 3c94f1b3..a570f333 100644 --- a/src/Makefile +++ b/src/Makefile @@ -576,6 +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 \ $(wildcard test/bench/99-bottles/*rs) ifdef MINGW_CROSS -- cgit v1.2.3