Skip to content

Commit 3a5b6a7

Browse files
committed
Fix trait-inheritance-overloading-xc and un-xfail
1 parent 0b3cc15 commit 3a5b6a7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/test/auxiliary/trait_inheritance_overloading_xc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
use cmp::Eq;
1212

13-
pub trait MyNum : Add<self,self>, Sub<self,self>, Mul<self,self>, Eq {
13+
pub trait MyNum : Add<self,self> Sub<self,self> Mul<self,self> Eq {
1414
}
1515

1616
pub struct MyInt {

src/test/run-pass/trait-inheritance-overloading-xc-exe.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// xfail-test
1211
// xfail-fast - check-fast doesn't understand aux-build
1312
// aux-build:trait_inheritance_overloading_xc.rs
1413

0 commit comments

Comments
 (0)