We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd2f59 commit 7ca83dfCopy full SHA for 7ca83df
1 file changed
test/testnullpointer.cpp
@@ -997,11 +997,11 @@ class TestNullPointer : public TestFixture {
997
errout_str());
998
999
check("int f(const int a[]) {\n" // #14544
1000
- " int i = 0;\n"
1001
- " if (!a)\n"
1002
- " a = &i;\n"
1003
- " return *a;\n"
1004
- "}\n");
+ " int i = 0;\n"
+ " if (!a)\n"
+ " a = &i;\n"
+ " return *a;\n"
+ "}\n");
1005
ASSERT_EQUALS("", errout_str());
1006
}
1007
0 commit comments