about summary refs log tree commit diff
path: root/tests/ui/test-attrs/test-panic-while-printing.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/test-attrs/test-panic-while-printing.rs')
-rw-r--r--tests/ui/test-attrs/test-panic-while-printing.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/test-attrs/test-panic-while-printing.rs b/tests/ui/test-attrs/test-panic-while-printing.rs
index a50a15fbe5a..49e8d9c7afd 100644
--- a/tests/ui/test-attrs/test-panic-while-printing.rs
+++ b/tests/ui/test-attrs/test-panic-while-printing.rs
@@ -1,6 +1,7 @@
 //@ compile-flags:--test
 //@ run-pass
 //@ needs-unwind
+//@ ignore-backends: gcc
 
 use std::fmt;
 use std::fmt::{Display, Formatter};