diff --git a/tests/testsuite/standard_lib.rs b/tests/testsuite/standard_lib.rs index d072a1964..47079ee8b 100644 --- a/tests/testsuite/standard_lib.rs +++ b/tests/testsuite/standard_lib.rs @@ -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)