Skip to content

Commit 44100d5

Browse files
committed
Fix broken tests.
1 parent 5ec2038 commit 44100d5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/test/run-pass/anon-extern-mod-cross-crate-2.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ extern mod anonexternmod;
1515
use anonexternmod::*;
1616

1717
pub fn main() {
18-
LLVMGetLastError();
18+
unsafe {
19+
LLVMGetLastError();
20+
}
1921
}

src/test/run-pass/morestack6.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ fn runtest2(f: extern fn(), frame_backoff: u32, last_stk: *u8) -> u32 {
5454
pub fn main() {
5555
let fns = ~[
5656
calllink01,
57-
calllink02,
5857
calllink03,
5958
calllink08,
6059
calllink09,

0 commit comments

Comments
 (0)