Update test message for E0433

The text of the message was changed in https://github.com/rust-lang/rust/pull/133154
This commit is contained in:
Eric Huss 2025-01-26 12:43:34 -08:00
parent e63457a4ce
commit 2c6338b856

View File

@ -699,7 +699,7 @@ fn no_implicit_alloc() {
.target_host()
.with_stderr_data(str![[r#"
...
error[E0433]: failed to resolve: use of undeclared crate or module `alloc`
error[E0433]: failed to resolve[..]`alloc`
...
"#]])
.with_status(101)