Skip to content

Commit

Permalink
Rollup merge of rust-lang#64973 - ecstatic-morse:fix-debuginfo-test, …
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
Centril authored Oct 2, 2019
2 parents ccf1d9c + cf984d2 commit 10b0fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/ui/issues/issue-23477.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// build-pass (FIXME(62277): could be check-pass?)
// compiler-flags: -g
// build-pass
// compile-flags: -g

pub struct Dst {
pub a: (),
Expand Down

0 comments on commit 10b0fe9

Please sign in to comment.