Skip to content

Commit 17003d3

Browse files
committed
refactor(test): improve clarity of comment
1 parent 0b4940c commit 17003d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test-variable-analyzer-type.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ TEST(Test_Variable_Analyzer_Type,
346346
EXPECT_THAT_AT_CALLER(diags.errors, IsEmpty());
347347
}
348348
} else {
349-
// TODO(strager): Report a more helpful message.
349+
// TODO(strager): Report a more helpful diagnostic.
350350
EXPECT_THAT_AT_CALLER(
351351
diags.errors,
352352
ElementsAreArray({
@@ -396,7 +396,7 @@ TEST(Test_Variable_Analyzer_Type,
396396
if (runtime_var_kind.has_value()) {
397397
EXPECT_THAT_AT_CALLER(diags.errors, IsEmpty());
398398
} else {
399-
// TODO(strager): Report a more helpful message.
399+
// TODO(strager): Report a more helpful diagnostic.
400400
EXPECT_THAT_AT_CALLER(
401401
diags.errors,
402402
ElementsAreArray({

0 commit comments

Comments
 (0)