mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
c81e8b8e18
tests: adapt for LLVM change 5b386b864c7619897c51a1da97d78f1cf6f3eff6 The above-mentioned change modified the output of thread-local.rs by changing some variable names. Rather than assume things get put in %0, we capture the variable so the test passes in both the old and new version.