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