We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44404b2 commit 4328613Copy full SHA for 4328613
1 file changed
test/testother.cpp
@@ -3969,10 +3969,10 @@ class TestOther : public TestFixture {
3969
ASSERT_EQUALS("", errout_str());
3970
3971
check("struct S { int i; };\n" // #14231
3972
- "void* f(S& s, int& v) {\n"
3973
- " v = s.i;\n"
3974
- " return (void*)&s;\n"
3975
- "}\n"); // don't crash
+ "void* f(S& s, int& v) {\n"
+ " v = s.i;\n"
+ " return (void*)&s;\n"
+ "}\n"); // don't crash
3976
3977
}
3978
0 commit comments