wasm-ignore some tests that access thread-local private details
This commit is contained in:
parent
594838d132
commit
5218e24f2c
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
// ignore-wasm32
|
||||
// dont-check-compiler-stderr
|
||||
|
||||
#![feature(cfg_target_thread_local, thread_local_internals)]
|
||||
|
||||
// On platforms *without* `#[thread_local]`, use
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
// ignore-wasm32
|
||||
// revisions: mir thir
|
||||
// [thir]compile-flags: -Z thir-unsafeck
|
||||
// normalize-stderr-test: "__FastLocalKeyInner::<T>::get" -> "$$LOCALKEYINNER::<T>::get"
|
||||
// normalize-stderr-test: "__OsLocalKeyInner::<T>::get" -> "$$LOCALKEYINNER::<T>::get"
|
||||
|
||||
#![feature(thread_local)]
|
||||
#![feature(cfg_target_thread_local, thread_local_internals)]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue