Skip to content

Commit 2959f06

Browse files
committed
Revert "Fix a debuginfo test"
This reverts commit 51979ac.
1 parent ecfeaa0 commit 2959f06

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/test/debuginfo/rc_arc.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,5 @@ fn main() {
7575
let a1 = Arc::clone(&a);
7676
let w2 = Arc::downgrade(&a);
7777

78-
zzz(); // #break
78+
print!(""); // #break
7979
}
80-
81-
fn zzz() { () }

0 commit comments

Comments
 (0)