summary refs log tree commit diff
path: root/library/std/src/thread
diff options
context:
space:
mode:
authorThom Chiovoloni <thom@shift.click>2023-06-04 09:46:43 -0700
committerThom Chiovoloni <thom@shift.click>2023-06-21 14:59:40 -0700
commit37854aab76209788b0f402aa0ff0acb2a8d3acb7 (patch)
tree611fb10732afb847c474155db05520ad4625de9a /library/std/src/thread
parent49da0acb7153f93a09f3f28461d4e4f23452df21 (diff)
downloadrust-37854aab76209788b0f402aa0ff0acb2a8d3acb7.tar.gz
rust-37854aab76209788b0f402aa0ff0acb2a8d3acb7.zip
Update tvOS support elsewhere in the stdlib
Diffstat (limited to 'library/std/src/thread')
-rw-r--r--library/std/src/thread/tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/thread/tests.rs b/library/std/src/thread/tests.rs
index b65e2572cc5..5d6b9e94ee9 100644
--- a/library/std/src/thread/tests.rs
+++ b/library/std/src/thread/tests.rs
@@ -42,6 +42,7 @@ fn test_named_thread() {
     all(target_os = "linux", target_env = "gnu"),
     target_os = "macos",
     target_os = "ios",
+    target_os = "tvos",
     target_os = "watchos"
 ))]
 #[test]