one more change
This commit is contained in:
parent
f1b3337bc1
commit
78cf12e69e
@ -12,7 +12,7 @@ TEST(ParserTest, Empty) {
|
|||||||
EXPECT_FALSE(parser);
|
EXPECT_FALSE(parser);
|
||||||
|
|
||||||
StrictMock<MockEventHandler> handler;
|
StrictMock<MockEventHandler> handler;
|
||||||
EXPECT_FALSE(parser.HandleNextDocument(handler));
|
parser.HandleNextDocument(handler);
|
||||||
|
|
||||||
std::ostringstream oss;
|
std::ostringstream oss;
|
||||||
parser.PrintTokens(oss);
|
parser.PrintTokens(oss);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user