Skip to content

Commit

Permalink
Fix broken cpp test after merge
Browse files Browse the repository at this point in the history
This file never conflicted in the chain of merges, so the merge
algorithm missed it somehow.

Signed-off-by: Raul E Rangel <[email protected]>
  • Loading branch information
Raul E Rangel committed Nov 19, 2021
1 parent 344be70 commit 36561ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C++/syntax_test_cpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ struct UI_BoundingBox ** position_p2;
/* ^ - entity.name */

struct UI_MenuBoxData
/* <- storage.type */
/* <- keyword.declaration.struct.type.c++ */
/* ^ entity.name.struct */
{
struct UI_BoundingBox position;
Expand Down

0 comments on commit 36561ed

Please sign in to comment.