summary refs log tree commit diff
path: root/compiler/rustc_interface/src/tests.rs
diff options
context:
space:
mode:
authorAlice Ryhl <aliceryhl@google.com>2024-05-03 14:32:01 +0200
committerAlice Ryhl <aliceryhl@google.com>2024-05-03 14:32:08 +0200
commit40f0172c6aed0b2fb055c19108d226f8fb410f8c (patch)
treed06225635b01a71129568d86100bfc182204cdee /compiler/rustc_interface/src/tests.rs
parent79734f1db8dbe322192dea32c0f6b80ab14c4c1d (diff)
downloadrust-40f0172c6aed0b2fb055c19108d226f8fb410f8c.tar.gz
rust-40f0172c6aed0b2fb055c19108d226f8fb410f8c.zip
Add -Zfixed-x18
Signed-off-by: Alice Ryhl <aliceryhl@google.com>
Diffstat (limited to 'compiler/rustc_interface/src/tests.rs')
-rw-r--r--compiler/rustc_interface/src/tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs
index db150cc1f87..12cbc72a821 100644
--- a/compiler/rustc_interface/src/tests.rs
+++ b/compiler/rustc_interface/src/tests.rs
@@ -773,6 +773,7 @@ fn test_unstable_options_tracking_hash() {
     tracked!(emit_thin_lto, false);
     tracked!(export_executable_symbols, true);
     tracked!(fewer_names, Some(true));
+    tracked!(fixed_x18, true);
     tracked!(flatten_format_args, false);
     tracked!(force_unstable_if_unmarked, true);
     tracked!(fuel, Some(("abc".to_string(), 99)));