Skip to content

Commit b366643

Browse files
committed
[NFC] fix typo
1 parent 133b6a0 commit b366643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/lib/scudo/standalone/tests/combined_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ SCUDO_TYPED_TEST(ScudoCombinedTest, StackDepot) {
911911
ASSERT_TRUE(Depot->find(Elem, &RingPosPtr, &SizePtr));
912912
ASSERT_EQ(SizePtr, 3u);
913913
EXPECT_EQ(Depot->at(RingPosPtr), 1u);
914-
EXPECT_EQ(Depot->at(RingPosPtr + 1) 2u);
914+
EXPECT_EQ(Depot->at(RingPosPtr + 1), 2u);
915915
EXPECT_EQ(Depot->at(RingPosPtr + 2), 3u);
916916
}
917917

0 commit comments

Comments
 (0)