Skip to content

Commit 7f84e5c

Browse files
committed
print detected feature flags in test output
1 parent d1d26f0 commit 7f84e5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tools/compiletest/src/runtest/debuginfo.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ impl TestCx<'_> {
406406
"command script import {}/lldb_lookup.py\n",
407407
rust_pp_module_abs_path
408408
));
409+
script_str.push_str("script print(lldb_lookup.FEATURE_FLAGS)\n");
409410

410411
// Set breakpoints on every line that contains the string "#break"
411412
let source_file_name = self.testpaths.file.file_name().unwrap();

0 commit comments

Comments
 (0)