Skip to content

Commit f7dd236

Browse files
committed
comment
1 parent 41db595 commit f7dd236

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/clangd/unittests/InlayHintTests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,7 @@ TEST(DefaultArguments, WithoutParameterNames) {
15141514
};
15151515
struct Foo {
15161516
Foo(int, Baz baz = //
1517-
Baz{$unnamed[[}]]
1517+
Baz{$abbreviated[[}]]
15181518
15191519
//
15201520
) {}
@@ -1529,7 +1529,7 @@ TEST(DefaultArguments, WithoutParameterNames) {
15291529
)cpp";
15301530

15311531
assertHints(InlayHintKind::DefaultArgument, Code,
1532-
ExpectedHint{"...", "unnamed", Left},
1532+
ExpectedHint{"...", "abbreviated", Left},
15331533
ExpectedHint{", Baz{}", "paren", Left},
15341534
ExpectedHint{", Baz{}", "brace1", Left},
15351535
ExpectedHint{", Baz{}", "brace2", Left},

0 commit comments

Comments
 (0)