Skip to content

Commit 36561ed

Browse files
author
Raul E Rangel
committed
Fix broken cpp test after merge
This file never conflicted in the chain of merges, so the merge algorithm missed it somehow. Signed-off-by: Raul E Rangel <rrangel@chromium.org>
1 parent 344be70 commit 36561ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/syntax_test_cpp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ struct UI_BoundingBox ** position_p2;
293293
/* ^ - entity.name */
294294

295295
struct UI_MenuBoxData
296-
/* <- storage.type */
296+
/* <- keyword.declaration.struct.type.c++ */
297297
/* ^ entity.name.struct */
298298
{
299299
struct UI_BoundingBox position;

0 commit comments

Comments
 (0)