Skip to content

Commit 809b459

Browse files
committed
fixup! test: Fix failing exception check in new thread busy test
1 parent 2ca2c68 commit 809b459

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/mp/test/test.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include <capnp/rpc.h>
1111
#include <condition_variable>
1212
#include <cstring>
13-
#include <exception>
1413
#include <functional>
1514
#include <future>
1615
#include <kj/async.h>
@@ -23,14 +22,15 @@
2322
#include <kj/test.h>
2423
#include <memory>
2524
#include <mp/proxy.h>
26-
#include "mp/proxy.capnp.h"
25+
#include <mp/proxy.capnp.h>
2726
#include <mp/proxy-io.h>
28-
#include "mp/util.h"
27+
#include <mp/util.h>
2928
#include <optional>
3029
#include <set>
3130
#include <stdexcept>
3231
#include <string>
3332
#include <string_view>
33+
#include <system_error>
3434
#include <thread>
3535
#include <utility>
3636
#include <vector>

0 commit comments

Comments
 (0)