diff options
| author | khei4 <kk.asano.luxy@gmail.com> | 2023-07-17 00:37:52 +0900 |
|---|---|---|
| committer | khei4 <kk.asano.luxy@gmail.com> | 2023-07-17 00:37:52 +0900 |
| commit | 4d307c482271ea3575a13b6c04222911e7706189 (patch) | |
| tree | 32cf391f1ab50bf3d0a56199b8599064b232c325 /compiler/rustc_interface/src/tests.rs | |
| parent | 138f522b590492d1ef80f1483382a2a678dec7d9 (diff) | |
| download | rust-4d307c482271ea3575a13b6c04222911e7706189.tar.gz rust-4d307c482271ea3575a13b6c04222911e7706189.zip | |
print on rustc_codegen_llvm and rename malloc and cpy c_char
Diffstat (limited to 'compiler/rustc_interface/src/tests.rs')
| -rw-r--r-- | compiler/rustc_interface/src/tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs index 0eac098e8a3..9aee39962df 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -714,8 +714,8 @@ fn test_unstable_options_tracking_hash() { untracked!(perf_stats, true); // `pre_link_arg` is omitted because it just forwards to `pre_link_args`. untracked!(pre_link_args, vec![String::from("abc"), String::from("def")]); + untracked!(print_codegen_stats, true); untracked!(print_llvm_passes, true); - untracked!(print_llvm_stats, true); untracked!(print_mono_items, Some(String::from("abc"))); untracked!(print_type_sizes, true); untracked!(proc_macro_backtrace, true); |
