Skip to content

Commit 8a367ec

Browse files
committed
Fix type (exit → exist)
1 parent 9b4d7c6 commit 8a367ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/rfcs/rfc-2627-raw-dylib/invalid-dlltool.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Tests that failing to run dlltool will raise an error.
22

33
//@ needs-dlltool
4-
//@ compile-flags: --crate-type lib --emit link -Cdlltool=does_not_exit.exe
4+
//@ compile-flags: --crate-type lib --emit link -Cdlltool=does_not_exist.exe
55
#[link(name = "foo", kind = "raw-dylib")]
66
extern "C" {
77
fn f(x: i32);

0 commit comments

Comments
 (0)