Skip to content

Commit 39720a9

Browse files
committed
---
yaml --- r: 35535 b: refs/heads/master c: 3a5b6a7 h: refs/heads/master i: 35533: f39e05d 35531: f5f5f69 35527: dc35487 35519: 319d97c v: v3
1 parent 5ac6e6e commit 39720a9

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 0b3cc15a00bf94b0a00d6f746cf316408817d944
2+
refs/heads/master: 3a5b6a79c662e4d851cdf0da3f571dca10e1d21a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024

trunk/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 {

trunk/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)