Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Jul 19, 2023
1 parent 59365ad commit 769fa52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testvarid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2786,7 +2786,7 @@ class TestVarID : public TestFixture {
" }\n"
"}", "test.c"));

ASSERT_EQUALS("1: int * f ( ) {\n"
ASSERT_EQUALS("1: int * f ( ) {\n" // #11838
"2: int * label@1 ; label@1 = 0 ;\n"
"3: label : ;\n"
"4: return label@1 ;\n"
Expand Down

0 comments on commit 769fa52

Please sign in to comment.