about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/tests.rs
diff options
context:
space:
mode:
authorManuel Drehwald <git@manuel.drehwald.info>2025-02-21 21:51:20 -0500
committerManuel Drehwald <git@manuel.drehwald.info>2025-02-21 21:51:20 -0500
commite2d250c3f63d14e068e92ab3048817af6e1770c2 (patch)
tree1302ad5ff1ff1bfe45c9e30e65dc74b6d97df110 /compiler/rustc_interface/src/tests.rs
parent161a4bf6ff3d0b10cd7e5b0984e908e4927d0890 (diff)
downloadrust-e2d250c3f63d14e068e92ab3048817af6e1770c2.tar.gz
rust-e2d250c3f63d14e068e92ab3048817af6e1770c2.zip
update autodiff flags
Diffstat (limited to 'compiler/rustc_interface/src/tests.rs')
-rw-r--r--compiler/rustc_interface/src/tests.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs
index 233bfcb5297..aabd235bcab 100644
--- a/compiler/rustc_interface/src/tests.rs
+++ b/compiler/rustc_interface/src/tests.rs
@@ -759,7 +759,7 @@ fn test_unstable_options_tracking_hash() {
     tracked!(allow_features, Some(vec![String::from("lang_items")]));
     tracked!(always_encode_mir, true);
     tracked!(assume_incomplete_release, true);
-    tracked!(autodiff, vec![AutoDiff::Print]);
+    tracked!(autodiff, vec![AutoDiff::Enable]);
     tracked!(binary_dep_depinfo, true);
     tracked!(box_noalias, false);
     tracked!(