diff options
| author | Graydon Hoare <[email protected]> | 2011-04-19 15:41:38 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-04-19 15:41:45 -0700 |
| commit | 928b25c9fb99aaf961e18a117419db3b16aad690 (patch) | |
| tree | 55f8d87b10bd129fc664737da2e2ace4d49d6fa4 /src/test/run-pass/generic-alias-box.rs | |
| parent | rustc: Make structured comparison glue instead of emitting it inline (diff) | |
| download | rust-928b25c9fb99aaf961e18a117419db3b16aad690.tar.xz rust-928b25c9fb99aaf961e18a117419db3b16aad690.zip | |
Un-XFAIL a few recently passing tests.
Diffstat (limited to 'src/test/run-pass/generic-alias-box.rs')
| -rw-r--r-- | src/test/run-pass/generic-alias-box.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/run-pass/generic-alias-box.rs b/src/test/run-pass/generic-alias-box.rs index 187717a1..377e0fb2 100644 --- a/src/test/run-pass/generic-alias-box.rs +++ b/src/test/run-pass/generic-alias-box.rs @@ -1,5 +1,4 @@ // xfail-boot -// xfail-stage0 fn id[T](&T t) -> T { ret t; |