Skip to content

Commit

Permalink
Override UI test default strip debuginfo behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu committed Mar 23, 2024
1 parent 0d6f641 commit 599207e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/debuginfo/backtrace-line-tables-only.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// ignore-tidy-linelength
//@ ignore-windows
//@ run-pass
//@ compile-flags: -Cdebuginfo=line-tables-only
//@ compile-flags: -Cdebuginfo=line-tables-only -Cstrip=none
#![feature(backtrace_frames)]

use std::backtrace::{self, Backtrace};
Expand Down

0 comments on commit 599207e

Please sign in to comment.