fix
This commit is contained in:
parent
78cf12e69e
commit
74588ff582
@ -12,10 +12,5 @@ TEST(ParserTest, Empty) {
|
||||
EXPECT_FALSE(parser);
|
||||
|
||||
StrictMock<MockEventHandler> handler;
|
||||
parser.HandleNextDocument(handler);
|
||||
|
||||
std::ostringstream oss;
|
||||
parser.PrintTokens(oss);
|
||||
|
||||
EXPECT_EQ(oss.str(), "");
|
||||
EXPECT_FALSE(parser.HandleNextDocument(handler));
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user