Skip to content

Commit 1d21658

Browse files
committed
---
yaml --- r: 77041 b: refs/heads/snap-stage3 c: 5622ce1 h: refs/heads/master i: 77039: c839d30 v: v3
1 parent 67b720b commit 1d21658

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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: f1132496dddbdd88f321a7919eec3d65136b3f75
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 8e3a4f13c54d435ce9c74fc8fc85b7b1c1767daf
4+
refs/heads/snap-stage3: 5622ce10fe6d0a06ac935214a729683bc2cc3d2c
55
refs/heads/try: ebfe63cd1c0b5d23f7ea60c69b4fde2e30cfd42a
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// xfail-test
12-
1311
use std::io;
1412

1513
struct T (&'static [int]);
1614
static t : T = T (&'static [5, 4, 3]);
1715
fn main () {
1816
assert_eq!(t[0], 5);
19-
}
17+
}

0 commit comments

Comments
 (0)