From 8b00ab1a488ae3461b6eafdd83e6738599de157f Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Fri, 16 Jul 2010 14:54:47 -0700 Subject: Feed the correct return type to the typechecker when typechecking objects, and add a testcase. --- src/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 9a24b270..94c42c9c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -437,6 +437,7 @@ TEST_XFAILS_LLVM := $(addprefix test/run-pass/, \ obj-drop.rs \ obj-dtor.rs \ obj-recursion.rs \ + obj-return-polytypes.rs \ obj-with-vec.rs \ opeq.rs \ output-slot-variants.rs \ -- cgit v1.2.3