Commit f9d0f65b authored by Milo Yip's avatar Milo Yip

Fix compilation

parent ab250d21
......@@ -610,7 +610,7 @@ TEST(Reader, ParseString_Error) {
GenericStringStream<UTF8<> > s(str);\
BaseReaderHandler<UTF8<> > h;\
GenericReader<UTF8<> , UTF8<> > reader;\
reader.template Parse<kParseValidateEncodingFlag>(s, h);\
reader.Parse<kParseValidateEncodingFlag>(s, h);\
EXPECT_EQ(errorCode, reader.GetParseErrorCode());\
EXPECT_EQ(errorOffset, reader.GetErrorOffset());\
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment