We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a2870 commit 5e9bb36Copy full SHA for 5e9bb36
1 file changed
test/testother.cpp
@@ -12550,8 +12550,10 @@ class TestOther : public TestFixture {
12550
" g(a);\n"
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", errout_str());
+ TODO_ASSERT_EQUALS("[test.cpp:4:7]: (warning, inconclusive) Access of moved variable 'a'. [accessMoved]\n"
+ "[test.cpp:5:11]: (warning, inconclusive) Access of moved variable 'a'. [accessMoved]\n",
12555
+ "",
12556
+ errout_str());
12557
}
12558
12559
void moveAndReturn() {
0 commit comments