about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFelix S. Klock II <pnkfelix@pnkfx.org>2015-04-29 18:58:42 +0200
committerFelix S. Klock II <pnkfelix@pnkfx.org>2015-04-29 18:58:42 +0200
commitdb3a58ae2950bd9e27c9317ddb9c737da6c0da83 (patch)
tree8089413a68bf285200a5a80183ed490221b9329f
parent551a74dddd84cf01440ee84148ebd18bc68bd7c8 (diff)
downloadrust-db3a58ae2950bd9e27c9317ddb9c737da6c0da83.tar.gz
rust-db3a58ae2950bd9e27c9317ddb9c737da6c0da83.zip
Add `-g` that I should have included in PR #24932.
Note it is safe, with respect to autobuilds, to land before #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`.)
-rw-r--r--src/test/run-pass/issue24687-embed-debuginfo.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/issue24687-embed-debuginfo.rs b/src/test/run-pass/issue24687-embed-debuginfo.rs
index ad30d53f1a6..7754e9c3ad7 100644
--- a/src/test/run-pass/issue24687-embed-debuginfo.rs
+++ b/src/test/run-pass/issue24687-embed-debuginfo.rs
@@ -9,6 +9,7 @@
 // except according to those terms.
 
 // aux-build:issue24687_lib.rs
+// compile-flags:-g
 
 extern crate issue24687_lib as d;