xfail transitive inheritance test -- I guess this doesn't work yet

This commit is contained in:
Tim Chevalier 2013-01-18 21:53:06 -08:00
parent a30ea013f5
commit 90cee95e51

View File

@ -8,6 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// xfail-test
trait A {
fn a_method();
}