Skip to content

Commit

Permalink
Fix a debuginfo test
Browse files Browse the repository at this point in the history
  • Loading branch information
camsteffen committed Aug 16, 2021
1 parent 46377c4 commit 51979ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/test/debuginfo/rc_arc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,7 @@ fn main() {
let a1 = Arc::clone(&a);
let w2 = Arc::downgrade(&a);

print!(""); // #break
zzz(); // #break
}

fn zzz() { () }

0 comments on commit 51979ac

Please sign in to comment.