Skip to content

Commit

Permalink
Avoid "owner terminated" exception in std.concurrency test.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Oct 2, 2023
1 parent ef9a650 commit f97671c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/std.concurrency/source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,6 @@ void main()
logInfo("Exiting.");
exitEventLoop(true);
});

runApplication();
}

0 comments on commit f97671c

Please sign in to comment.