about summary refs log tree commit diff
path: root/library/std/tests/thread_local/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/std/tests/thread_local/lib.rs')
-rw-r--r--library/std/tests/thread_local/lib.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/std/tests/thread_local/lib.rs b/library/std/tests/thread_local/lib.rs
new file mode 100644
index 00000000000..c5291435425
--- /dev/null
+++ b/library/std/tests/thread_local/lib.rs
@@ -0,0 +1,4 @@
+#[cfg(not(any(target_os = "emscripten", target_os = "wasi")))]
+mod tests;
+
+mod dynamic_tests;