mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
92327c05f1
Correct fortanix LVI test print function A recent change resulted in a different machine code for the `print` function. This caused the LVI test for this function to fail. This PR: - Fixes the test for the `print` function - Simplified the test a bit so future modifications are more unlikely cc: ``@jethrogb``