diff options
| author | Patrick Walton <[email protected]> | 2010-07-16 15:07:40 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2010-07-16 15:07:40 -0700 |
| commit | 35e73b0627a21f8b122047f818a65df705c9ae5f (patch) | |
| tree | f94f361cb069e636d7c26b2e4b6e7a3c7ee0901f /src | |
| parent | Feed the correct return type to the typechecker when typechecking objects, an... (diff) | |
| download | rust-35e73b0627a21f8b122047f818a65df705c9ae5f.tar.xz rust-35e73b0627a21f8b122047f818a65df705c9ae5f.zip | |
Un-XFAIL generic-fn-twice.rs, issue 93
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 94c42c9c..62432c35 100644 --- a/src/Makefile +++ b/src/Makefile @@ -353,7 +353,6 @@ TEST_XFAILS_X86 := $(MUT_BOX_XFAILS) \ test/run-pass/vec-slice.rs \ test/run-pass/fn-lval.rs \ test/run-pass/generic-fn-infer.rs \ - test/run-pass/generic-fn-twice.rs \ test/run-pass/generic-recursive-tag.rs \ test/run-pass/mutable-vec-drop.rs \ test/run-pass/bind-obj-ctor.rs \ |