Skip to content

Commit 6bfc80f

Browse files
committed
Try to work around check-fast breakage
1 parent 0505fc6 commit 6bfc80f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/run-pass/conditional-compile.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ mod test_foreign_items {
8383
#[abi = "cdecl"]
8484
extern mod rustrt {
8585
#[cfg(bogus)]
86-
fn rust_getcwd() -> *();
87-
fn rust_getcwd() -> *();
86+
fn rust_getcwd() -> ~str;
87+
fn rust_getcwd() -> ~str;
8888
}
8989
}
9090

0 commit comments

Comments
 (0)