Skip to content

Commit

Permalink
Fix for facebook/folly issue facebook#440
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Epstein committed Jul 17, 2016
1 parent 4592f5e commit 2d83ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folly/futures/test/FutureTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -823,8 +823,8 @@ TEST(Future, RequestContext) {
};

Promise<int> p1, p2;
NewThreadExecutor e;
{
NewThreadExecutor e;
folly::RequestContextScopeGuard rctx;
RequestContext::get()->setContextData(
"key", folly::make_unique<MyRequestData>(true));
Expand Down

0 comments on commit 2d83ef9

Please sign in to comment.