Skip to content

Commit 09c7bae

Browse files
committed
---
yaml --- r: 15407 b: refs/heads/try c: 101f83e h: refs/heads/master i: 15405: d929103 15403: 33dd48a 15399: a0bc997 15391: f45c63f v: v3
1 parent 6a90492 commit 09c7bae

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 7d227f21f73152a3c7d5c63124372fad768c7bde
5+
refs/heads/try: 101f83ecef7e71a1c6b81795c81ce7fb85333c77
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/test/run-pass/bind-native-fn.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
// From #1174:
2-
// xfail-test bots are crashing on this on x86_64
32

43
use std;
54
import str;
65
import libc::*;
76

87
#[nolink]
98
native mod libc {
10-
fn write(fd: c_int, buf: *u8, nbyte: size_t);
9+
fn write(fd: core::libc::c_int, buf: *u8, nbyte: core::libc::size_t);
1110
}
1211

1312
fn main() {

0 commit comments

Comments
 (0)