about summary refs log tree commit diff
path: root/src/test/ui/macros/assert-macro-owned.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/macros/assert-macro-owned.rs')
-rw-r--r--src/test/ui/macros/assert-macro-owned.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/macros/assert-macro-owned.rs b/src/test/ui/macros/assert-macro-owned.rs
index 2846f2a1f83..753675872b9 100644
--- a/src/test/ui/macros/assert-macro-owned.rs
+++ b/src/test/ui/macros/assert-macro-owned.rs
@@ -2,7 +2,7 @@
 // error-pattern:panicked at 'test-assert-owned'
 // ignore-emscripten no processes
 
-#![allow(non_fmt_panic)]
+#![allow(non_fmt_panics)]
 
 fn main() {
     assert!(false, "test-assert-owned".to_string());