aboutsummaryrefslogtreecommitdiff
path: root/tests/test_fmt.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_fmt.rs')
-rw-r--r--tests/test_fmt.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_fmt.rs b/tests/test_fmt.rs
index 5703ebb..016b4b8 100644
--- a/tests/test_fmt.rs
+++ b/tests/test_fmt.rs
@@ -79,7 +79,7 @@ fn test_altdisplay() {
}
#[test]
-#[cfg_attr(not(backtrace), ignore)]
+#[cfg_attr(not(std_backtrace), ignore)]
fn test_debug() {
assert!(format!("{:?}", f().unwrap_err()).starts_with(EXPECTED_DEBUG_F));
assert!(format!("{:?}", g().unwrap_err()).starts_with(EXPECTED_DEBUG_G));