Skip to content

Commit 5e9bb36

Browse files
Update testother.cpp
1 parent 44a2870 commit 5e9bb36

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

test/testother.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12550,8 +12550,10 @@ class TestOther : public TestFixture {
1255012550
" g(a);\n"
1255112551
" A c = a;\n"
1255212552
"}");
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());
12553+
TODO_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+
"",
12556+
errout_str());
1255512557
}
1255612558

1255712559
void moveAndReturn() {

0 commit comments

Comments
 (0)