Skip to content

Commit 195842a

Browse files
committed
---
yaml --- r: 63620 b: refs/heads/snap-stage3 c: 60ed659 h: refs/heads/master v: v3
1 parent 876b3e3 commit 195842a

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 369b0a56e8db535272596eada65717c0e3fc35e8
4+
refs/heads/snap-stage3: 60ed6596204a614e50caf9e01dabca017e275476
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/test/run-pass/deriving-meta-empty-trait-list.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
// option. This file may not be copied, modified, or distributed
1111
// except according to those terms.
1212

13+
// xfail-fast
14+
1315
#[deriving] //~ WARNING empty trait list in `deriving`
1416
struct Foo;
1517

branches/snap-stage3/src/test/run-pass/issue-4241.rs

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

11+
// xfail-fast
12+
1113
extern mod extra;
1214

1315
use extra::net::tcp::TcpSocketBuf;

branches/snap-stage3/src/test/run-pass/issue-4541.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use std::io;
1212

1313
fn parse_args() -> ~str {
14-
let args = std::os::args();
14+
let args = ::std::os::args();
1515
let mut n = 0;
1616

1717
while n < args.len() {

0 commit comments

Comments
 (0)