diff options
| author | Lindsey Kuper <[email protected]> | 2011-05-13 17:26:14 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-05-13 17:37:01 -0700 |
| commit | 5679f5c55e15e4a42542c36b1abc86b469903d19 (patch) | |
| tree | 05e621c2d05f678d2a15cbb70de7f09163619ef3 /src/test/run-pass | |
| parent | More anon obj work; whitespace police in middle::fold (diff) | |
| download | rust-5679f5c55e15e4a42542c36b1abc86b469903d19.tar.xz rust-5679f5c55e15e4a42542c36b1abc86b469903d19.zip | |
'with' no longer a token; whitespace police.
Plus renaming the anonymous objects test to a more descriptive name,
and XFAILing it because it doesn't work yet.
Diffstat (limited to 'src/test/run-pass')
| -rw-r--r-- | src/test/run-pass/anon-objs.rs (renamed from src/test/run-pass/method-overriding.rs) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/method-overriding.rs b/src/test/run-pass/anon-objs.rs index c76123fe..14279db2 100644 --- a/src/test/run-pass/method-overriding.rs +++ b/src/test/run-pass/anon-objs.rs @@ -1,5 +1,6 @@ // xfail-boot // xfail-stage0 +// xfail-stage1 use std; fn main() { |