Skip to content

Commit 50670d8

Browse files
authored
Update clang/unittests/Format/TokenAnnotatorTest.cpp
1 parent ca6de15 commit 50670d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/unittests/Format/TokenAnnotatorTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3966,7 +3966,7 @@ TEST_F(TokenAnnotatorTest, UTF8StringLiteral) {
39663966
TEST_F(TokenAnnotatorTest, IdentifierPackage) {
39673967
auto Tokens = annotate("auto package;");
39683968
ASSERT_EQ(Tokens.size(), 4u) << Tokens;
3969-
EXPECT_TOKEN(Tokens[1], tok::identifier, TT_StartOfName);
3969+
EXPECT_FALSE(Tokens[0]->isObjCAccessSpecifier());
39703970
}
39713971

39723972
} // namespace

0 commit comments

Comments
 (0)