diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-09-10 14:43:11 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-09-10 14:43:11 +0000 |
| commit | af97f86677b924636ae0b4ca2d6d683e132f2b8a (patch) | |
| tree | 2cc6b9da1d2789cd1945d45a59df7cba2847717d /compiler/rustc_interface/src | |
| parent | 7b30550cfe6d400d831f00db06e712585c1155a0 (diff) | |
| download | rust-af97f86677b924636ae0b4ca2d6d683e132f2b8a.tar.gz rust-af97f86677b924636ae0b4ca2d6d683e132f2b8a.zip | |
Fix test
Diffstat (limited to 'compiler/rustc_interface/src')
| -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 ccf8b5630d4..1746cc8b719 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -704,7 +704,7 @@ fn test_unstable_options_tracking_hash() { untracked!(keep_hygiene_data, true); untracked!(link_native_libraries, false); untracked!(llvm_time_trace, true); - untracked!(ls, true); + untracked!(ls, vec!["all".to_owned()]); untracked!(macro_backtrace, true); untracked!(meta_stats, true); untracked!(mir_include_spans, true); |
