diff options
| author | Graydon Hoare <[email protected]> | 2011-03-08 17:19:06 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-08 17:25:34 -0800 |
| commit | 1a05f99a10dacfbdecc1bf2458f14b10390c1180 (patch) | |
| tree | 500848aff7094e49f4376bfb7d89de7556520d30 /src | |
| parent | rustc: Make ann_to_type() fail if the node has no type. Miraculously, no test... (diff) | |
| download | rust-1a05f99a10dacfbdecc1bf2458f14b10390c1180.tar.xz rust-1a05f99a10dacfbdecc1bf2458f14b10390c1180.zip | |
Un-XFAIL obj-return-polytypes.rs
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index d66dba1f..3dcb4461 100644 --- a/src/Makefile +++ b/src/Makefile @@ -477,7 +477,6 @@ TEST_XFAILS_RUSTC := $(addprefix test/run-pass/, \ mutable-alias-vec.rs \ obj-as.rs \ obj-dtor.rs \ - obj-return-polytypes.rs \ pred.rs \ preempt.rs \ rec-extend.rs \ |