We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33c245b + bab1fcb commit 5bd9602Copy full SHA for 5bd9602
tests/ui/rfcs/rfc-2627-raw-dylib/invalid-dlltool.rs
@@ -1,7 +1,7 @@
1
// Tests that failing to run dlltool will raise an error.
2
3
//@ needs-dlltool
4
-//@ compile-flags: --crate-type lib --emit link -Cdlltool=does_not_exit.exe
+//@ compile-flags: --crate-type lib --emit link -Cdlltool=does_not_exist.exe
5
#[link(name = "foo", kind = "raw-dylib")]
6
extern "C" {
7
fn f(x: i32);
tests/ui/rfcs/rfc-2627-raw-dylib/invalid-dlltool.stderr
@@ -1,4 +1,4 @@
-error: Error calling dlltool 'does_not_exit.exe': program not found
+error: Error calling dlltool 'does_not_exist.exe': program not found
error: aborting due to 1 previous error
0 commit comments