Skip to content

Commit c350023

Browse files
committed
Format
1 parent abfa598 commit c350023

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testvalueflow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7991,7 +7991,7 @@ class TestValueFlow : public TestFixture {
79917991
"U<S*> u;\n";
79927992
(void)valueOfTok(code, "new");
79937993

7994-
code = "void f() {\n"
7994+
code = "void f() {\n" // #14287
79957995
" auto a = { \"1\" };\n"
79967996
" auto b = a;\n"
79977997
"}\n";

0 commit comments

Comments
 (0)