Skip to content

Commit 84f6ec5

Browse files
make fixme comment more precise
1 parent b7dc747 commit 84f6ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/clangd/unittests/tweaks/ExtractFunctionTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ F (extracted();)
197197
void call() { [[1+1]]; }
198198
)cpp"),
199199
"unavailable");
200-
// FIXME: Expression are currently not extracted
200+
// FIXME: Single expression statements are currently not extracted
201201
EXPECT_EQ(apply(R"cpp(
202202
void call() { [[1+1;]] }
203203
)cpp"),

0 commit comments

Comments
 (0)