Skip to content

Commit 10b0fe9

Browse files
authored
Rollup merge of rust-lang#64973 - ecstatic-morse:fix-debuginfo-test, r=alexcrichton
Fix typo while setting `compile-flags` in test This test is meant to check for an ICE when generating debug info, but didn't actually pass `-g` due to the typo. I also removed the `FIXME`, since this needs to actually be built (not just checked) to trigger the ICE.
2 parents ccf1d9c + cf984d2 commit 10b0fe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/ui/issues/issue-23477.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// build-pass (FIXME(62277): could be check-pass?)
2-
// compiler-flags: -g
1+
// build-pass
2+
// compile-flags: -g
33

44
pub struct Dst {
55
pub a: (),

0 commit comments

Comments
 (0)