auto merge of #6197 : graydon/rust/re-xfail, r=graydon

These were accidentally un-xfail'ed since they pass on x64. They don't yet on x86.
This commit is contained in:
bors 2013-05-02 14:15:37 -07:00
commit ba842518a2
3 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// xfail-test
enum a_tag<A> {
a_tag(A)
}

View File

@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// xfail-test
enum a_tag<A,B> {
varA(A),
varB(B)

View File

@ -8,6 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
// xfail-test
enum a_tag {
a_tag(u64)