aboutsummaryrefslogtreecommitdiff
path: root/pw_sync_stl/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'pw_sync_stl/BUILD.gn')
-rw-r--r--pw_sync_stl/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_sync_stl/BUILD.gn b/pw_sync_stl/BUILD.gn
index e5b2d5d9a..0cad5efa7 100644
--- a/pw_sync_stl/BUILD.gn
+++ b/pw_sync_stl/BUILD.gn
@@ -174,7 +174,7 @@ pw_test("condition_variable_test") {
"$dir_pw_sync_stl:condition_variable"
deps = [
"$dir_pw_sync:condition_variable_test",
- "$dir_pw_thread_stl:test_threads",
+ "$dir_pw_thread_stl:non_portable_test_thread_options",
]
}