Turned failing ASSERT_EQUALS into TODO_ASSERT_EQUALS.

This commit is contained in:
Pete Johns 2011-02-01 19:55:02 +11:00
parent d2b6dc210b
commit 2d1ccad44e
1 changed files with 1 additions and 1 deletions

View File

@ -1377,7 +1377,7 @@ private:
"}\n";
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()