File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -148,8 +148,8 @@ $DIR/auxiliary/used_crate.rs:
148
148
100| |// `unused_generic_function<T>()`, below.
149
149
150
150
$DIR/uses_crate.rs:
151
- 1| |// FIXME #110395
152
- 2| |// ignore-linux
151
+ 1| |// This test was failing on Linux for a while due to #110393 somehow making
152
+ 2| |// the unused functions not instrumented, but it seems to be fine now.
153
153
3| |
154
154
4| |// Validates coverage now works with optimizations
155
155
5| |// compile-flags: -C opt-level=3
Original file line number Diff line number Diff line change 1
- // FIXME #110395
2
- // ignore-linux
1
+ // This test was failing on Linux for a while due to #110393 somehow making
2
+ // the unused functions not instrumented, but it seems to be fine now.
3
3
4
4
// Validates coverage now works with optimizations
5
5
// compile-flags: -C opt-level=3
Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ $DIR/auxiliary/used_inline_crate.rs:
139
139
90| 2|}
140
140
141
141
$DIR/uses_inline_crate.rs:
142
- 1| |// FIXME #110395
143
- 2| |// ignore-linux
142
+ 1| |// This test was failing on Linux for a while due to #110393 somehow making
143
+ 2| |// the unused functions not instrumented, but it seems to be fine now.
144
144
3| |
145
145
4| |// Validates coverage now works with optimizations
146
146
5| |// compile-flags: -C opt-level=3
Original file line number Diff line number Diff line change 1
- // FIXME #110395
2
- // ignore-linux
1
+ // This test was failing on Linux for a while due to #110393 somehow making
2
+ // the unused functions not instrumented, but it seems to be fine now.
3
3
4
4
// Validates coverage now works with optimizations
5
5
// compile-flags: -C opt-level=3
You can’t perform that action at this time.
0 commit comments