Skip to content

Commit 1828cf0

Browse files
yfeldblumfacebook-github-bot
authored andcommitted
cut accidental extra ; 's from ThreadLocalDetailTest
Differential Revision: D76819907 fbshipit-source-id: 8fd33455fadc7bb819fd34ceb2e206e7b42a513a
1 parent 177777e commit 1828cf0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

third-party/folly/src/folly/detail/test/ThreadLocalDetailTest.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,11 @@ TEST_F(ThreadLocalDetailTest, Basic) {
5656
// only check it should be >= 1.
5757
*helper.elements[0] = 0;
5858
ASSERT_GE(meta.totalElementWrappers_.load(), 1);
59-
;
6059

6160
for (int32_t i = 0; i < count; ++i) {
6261
*helper.elements[i] = i;
6362
}
6463
ASSERT_GE(meta.totalElementWrappers_.load(), count);
65-
;
6664
}
6765

6866
// Test the totalElementWrappers_ grows and shrinks as threads come and go.

0 commit comments

Comments
 (0)