We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5f592 commit c7495b5Copy full SHA for c7495b5
1 file changed
test/testother.cpp
@@ -12551,8 +12551,7 @@ class TestOther : public TestFixture {
12551
" A c = a;\n"
12552
"}");
12553
ASSERT_EQUALS("[test.cpp:4:7]: (warning, inconclusive) Access of moved variable 'a'. [accessMoved]\n"
12554
- "[test.cpp:5:11]: (warning, inconclusive) Access of moved variable 'a'. [accessMoved]\n",
12555
- errout_str());
+ "[test.cpp:5:11]: (warning, inconclusive) Access of moved variable 'a'. [accessMoved]\n", errout_str());
12556
}
12557
12558
void moveAndReturn() {
0 commit comments