Try to work around check-fast breakage
This commit is contained in:
parent
0505fc6750
commit
6bfc80f8fb
1 changed files with 2 additions and 2 deletions
|
|
@ -83,8 +83,8 @@ mod test_foreign_items {
|
|||
#[abi = "cdecl"]
|
||||
extern mod rustrt {
|
||||
#[cfg(bogus)]
|
||||
fn rust_getcwd() -> *();
|
||||
fn rust_getcwd() -> *();
|
||||
fn rust_getcwd() -> ~str;
|
||||
fn rust_getcwd() -> ~str;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue