From 78cf12e69e41134e290eb20d3b5d57e49338dab6 Mon Sep 17 00:00:00 2001 From: hyperxor Date: Sat, 23 Nov 2019 21:37:30 +0300 Subject: [PATCH] one more change --- test/parser_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parser_test.cpp b/test/parser_test.cpp index 8b45911..b9c22eb 100644 --- a/test/parser_test.cpp +++ b/test/parser_test.cpp @@ -12,7 +12,7 @@ TEST(ParserTest, Empty) { EXPECT_FALSE(parser); StrictMock handler; - EXPECT_FALSE(parser.HandleNextDocument(handler)); + parser.HandleNextDocument(handler); std::ostringstream oss; parser.PrintTokens(oss);