Skip to content

Commit c7495b5

Browse files
Format [skip ci]
1 parent dc5f592 commit c7495b5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

test/testother.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12551,8 +12551,7 @@ class TestOther : public TestFixture {
1255112551
" A c = a;\n"
1255212552
"}");
1255312553
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());
12554+
"[test.cpp:5:11]: (warning, inconclusive) Access of moved variable 'a'. [accessMoved]\n", errout_str());
1255612555
}
1255712556

1255812557
void moveAndReturn() {

0 commit comments

Comments
 (0)