From d311719a754f18e7764ce7b99e578e619a54f717 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Fri, 19 Nov 2010 11:04:10 -0800 Subject: Enable more now-passing tests for rustc (including function calls). --- src/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 517e06d9..29b871a2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -519,9 +519,13 @@ TEST_XFAILS_SELF := $(filter-out \ $(addprefix test/run-pass/, \ bool-not.rs \ char.rs \ + fact.rs \ + dead-code-one-arm-if.rs \ + deep.rs \ hello.rs \ int.rs \ item-name-overload.rs \ + lazy-init.rs \ multiline-comment.rs \ ), \ $(wildcard test/*/*.rs test/*/*.rc)) -- cgit v1.2.3