diff options
| author | Mahdi Dibaiee <mdibaiee@pm.me> | 2023-07-25 12:08:44 +0100 |
|---|---|---|
| committer | Mahdi Dibaiee <mdibaiee@pm.me> | 2023-07-25 12:08:44 +0100 |
| commit | b2d052b22d3137214c6658f0450609427faa0c2f (patch) | |
| tree | 0bf48b6029cd12402c83320d1c235b66ca14f7a4 /compiler/rustc_interface/src | |
| parent | 8df39667dcc802a152ca0fe0b85e51a7b6788b82 (diff) | |
| download | rust-b2d052b22d3137214c6658f0450609427faa0c2f.tar.gz rust-b2d052b22d3137214c6658f0450609427faa0c2f.zip | |
write-long-types-to-disk: update tests
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 20171f72c41..dac63085e2e 100644 --- a/compiler/rustc_interface/src/tests.rs +++ b/compiler/rustc_interface/src/tests.rs @@ -738,7 +738,7 @@ fn test_unstable_options_tracking_hash() { untracked!(unstable_options, true); untracked!(validate_mir, true); untracked!(verbose, true); - untracked!(write_long_types_to_disk, true); + untracked!(write_long_types_to_disk, false); // tidy-alphabetical-end macro_rules! tracked { |
