Turned failing ASSERT_EQUALS into TODO_ASSERT_EQUALS.
This commit is contained in:
parent
d2b6dc210b
commit
2d1ccad44e
|
@ -1377,7 +1377,7 @@ private:
|
||||||
"}\n";
|
"}\n";
|
||||||
|
|
||||||
check(code, "test.cpp");
|
check(code, "test.cpp");
|
||||||
ASSERT_EQUALS("", errout.str());
|
TODO_ASSERT_EQUALS("", "[test.cpp:13]: (error) instance of \"Init\" object destroyed immediately\n", errout.str());
|
||||||
}
|
}
|
||||||
|
|
||||||
void trac2084()
|
void trac2084()
|
||||||
|
|
Loading…
Reference in New Issue