From ee52862460000e89b29bfc9d57944b03904d0ff5 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 29 Jun 2018 17:34:08 -0500 Subject: [PATCH] update another cfail test --- src/test/compile-fail/weak-lang-item.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/compile-fail/weak-lang-item.rs b/src/test/compile-fail/weak-lang-item.rs index 7b988c3595f..42972c40674 100644 --- a/src/test/compile-fail/weak-lang-item.rs +++ b/src/test/compile-fail/weak-lang-item.rs @@ -9,7 +9,7 @@ // except according to those terms. // aux-build:weak-lang-items.rs -// error-pattern: language item required, but not found: `panic_impl` +// error-pattern: `#[panic_implementation]` function required, but not found // error-pattern: language item required, but not found: `eh_personality` // ignore-wasm32-bare compiled with panic=abort, personality not required -- 2.44.0