Skip to content

Commit 37b53fd

Browse files
author
Ellen Arteca
committed
oops forgot to update so file path in tests
1 parent 4d0c0c2 commit 37b53fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/fail/extern-so/function_not_in_SO.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//@only-target-linux
22
//@only-on-host
3-
//@compile-flags: -Zmiri-extern-so-file=tests/extern-so/libtestlib.so
3+
//@compile-flags: -Zmiri-extern-so-file=target/miri-extern-so/libtestlib.so
44

55
extern "C" {
66
fn foo();

tests/pass/extern-so/call_extern_c_fcts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//@only-target-linux
22
//@only-on-host
3-
//@compile-flags: -Zmiri-extern-so-file=tests/extern-so/libtestlib.so
3+
//@compile-flags: -Zmiri-extern-so-file=target/miri-extern-so/libtestlib.so
44

55
extern "C" {
66
fn add_one_int(x: i32) -> i32;

0 commit comments

Comments
 (0)