diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2013-08-19 17:24:04 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2013-08-27 18:47:57 -0700 |
| commit | 4f32a2d8540cc7534270be3a0aa33b830534a67b (patch) | |
| tree | 5eb9fcf39e8d43b19ab1ee030fb4802800d62d76 /src/test/debug-info/trait-generic-static-default-method.rs | |
| parent | 5c9f5ec3975d54b59d3d4813063f87fb3f41d3f6 (diff) | |
| download | rust-4f32a2d8540cc7534270be3a0aa33b830534a67b.tar.gz rust-4f32a2d8540cc7534270be3a0aa33b830534a67b.zip | |
librustc: Fix merge fallout.
Diffstat (limited to 'src/test/debug-info/trait-generic-static-default-method.rs')
| -rw-r--r-- | src/test/debug-info/trait-generic-static-default-method.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/debug-info/trait-generic-static-default-method.rs b/src/test/debug-info/trait-generic-static-default-method.rs index acdb07c7cb2..2d666bf4cf5 100644 --- a/src/test/debug-info/trait-generic-static-default-method.rs +++ b/src/test/debug-info/trait-generic-static-default-method.rs @@ -1,3 +1,5 @@ +// xfail-test + // Copyright 2013 The Rust Project Developers. See the COPYRIGHT // file at the top-level directory of this distribution and at // http://rust-lang.org/COPYRIGHT. |
