mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 04:55:30 +00:00
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``