mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
std/event: Fix import path for WaitGroup
This commit is contained in:
parent
ff802cc996
commit
cdde9d8885
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ pub const Locked = @import("event/locked.zig").Locked;
|
|||
pub const RwLock = @import("event/rwlock.zig").RwLock;
|
||||
pub const RwLocked = @import("event/rwlocked.zig").RwLocked;
|
||||
pub const Loop = @import("event/loop.zig").Loop;
|
||||
pub const WaitGroup = @import("event/WaitGroup.zig").WaitGroup;
|
||||
pub const WaitGroup = @import("event/wait_group.zig").WaitGroup;
|
||||
|
||||
test "import event tests" {
|
||||
_ = @import("event/channel.zig");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue