Skip to content

Commit

Permalink
Fix type (exit → exist)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbu- committed Nov 28, 2024
1 parent 9b4d7c6 commit 8a367ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/rfcs/rfc-2627-raw-dylib/invalid-dlltool.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Tests that failing to run dlltool will raise an error.

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

0 comments on commit 8a367ec

Please sign in to comment.