diff options
| author | Patrick Walton <[email protected]> | 2010-07-16 14:54:47 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2010-07-16 14:54:47 -0700 |
| commit | 8b00ab1a488ae3461b6eafdd83e6738599de157f (patch) | |
| tree | c4ed133dc6e307b87462e85f3b5b799ea2962346 /src/Makefile | |
| parent | XFAIL foreach-nested.rs and foreach-nested-2.rs under LLVM (diff) | |
| download | rust-8b00ab1a488ae3461b6eafdd83e6738599de157f.tar.xz rust-8b00ab1a488ae3461b6eafdd83e6738599de157f.zip | |
Feed the correct return type to the typechecker when typechecking objects, and add a testcase.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |