Skip to content

Commit 937b530

Browse files
committed
Event2 unittest fix
1 parent a2fbb6c commit 937b530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

druntime/src/core/sync/event2.d

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ private:
9191
assert(!ev1.wait(1.dur!"msecs"));
9292

9393
// manual-reset, initial state true
94-
Event ev2 = Event(true, true);
94+
Event2 ev2 = Event2(true, true);
9595
assert(ev2.wait());
9696
assert(ev2.wait());
9797
ev2.reset();

0 commit comments

Comments
 (0)