Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: chaoqin-li1123 <chaoqin@uchicago.edu>
  • Loading branch information
chaoqin-li1123 committed Jan 5, 2021
1 parent 82ce44f commit c05f2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/thread_local/thread_local_impl_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Test(MainThreadVerificationTest, All) {
{
EXPECT_DEATH(Thread::MainThread::isMainThread(),
"InjectableSingleton used prior to initialization");
InstanceImpl tls_;
InstanceImpl tls;
ASSERT(Thread::MainThread::isMainThread());
}
EXPECT_DEATH(Thread::MainThread::isMainThread(),
Expand Down

0 comments on commit c05f2cd

Please sign in to comment.