aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Thread.zig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/std/Thread.zig')
-rw-r--r--lib/std/Thread.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/std/Thread.zig b/lib/std/Thread.zig
index 99e2feb4cf..64815bde72 100644
--- a/lib/std/Thread.zig
+++ b/lib/std/Thread.zig
@@ -1438,6 +1438,7 @@ test {
_ = Mutex;
_ = Semaphore;
_ = Condition;
+ _ = RwLock;
}
fn testIncrementNotify(value: *usize, event: *ResetEvent) void {