Commit bbffb4e0 authored by Kenton Varda's avatar Kenton Varda

Merge branch 'master' of github.com:kentonv/capnproto

parents 01200b96 5319cc3f
......@@ -607,7 +607,7 @@ TEST(Rpc, TailCall) {
auto response = promise.wait(context.waitScope);
EXPECT_EQ(456, response.getI());
EXPECT_EQ(456, response.getI());
EXPECT_EQ("from TestTailCaller", response.getT());
auto dependentCall1 = promise.getC().getCallSequenceRequest().send();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment