summary refs log tree commit diff
path: root/library/std/tests/thread_local/lib.rs
blob: c52914354253c2af119152fdfa1e86788af69168 (plain)
1
2
3
4
#[cfg(not(any(target_os = "emscripten", target_os = "wasi")))]
mod tests;

mod dynamic_tests;