Skip to content

Commit 5df8461

Browse files
formatting
1 parent 4f075f5 commit 5df8461

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/unittests/AST/TypePrinterTest.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,7 @@ TEST(TypePrinter, NestedNameSpecifiersTypedef) {
355355

356356
ASSERT_TRUE(PrintedTypeMatches(
357357
Code, {}, fieldDecl(hasName("bar"), hasType(qualType().bind("id"))),
358-
"struct foo::(anonymous struct)::(unnamed)",
359-
[](PrintingPolicy &Policy) {
358+
"struct foo::(anonymous struct)::(unnamed)", [](PrintingPolicy &Policy) {
360359
Policy.FullyQualifiedName = true;
361360
Policy.AnonymousTagLocations = false;
362361
}));

0 commit comments

Comments
 (0)