Skip to content

Commit 50b3dce

Browse files
committed
rollup merge of rust-lang#24952: pnkfelix/put-back-missing-dash-g-in-24687-test
Add `-g` (to testcase) that I should have included in PR rust-lang#24932. Note it is safe, with respect to autobuilds, to land before rust-lang#24945. (In other words, landing this sooner won't break things for anyone any worse than they were already broken, since there are *other* tests that also add `-g` to their flags via `compile-flags: -g`.)
2 parents 5d85d8d + db3a58a commit 50b3dce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/run-pass/issue24687-embed-debuginfo.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// aux-build:issue24687_lib.rs
12+
// compile-flags:-g
1213

1314
extern crate issue24687_lib as d;
1415

0 commit comments

Comments
 (0)