Remove xfail-fast from trait-composition-trivial

This commit is contained in:
Tim Chevalier 2012-12-22 15:07:37 -08:00
parent d722217a68
commit 8d438747a5

View file

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