diff --git a/cfws_skipper_test.cpp b/cfws_skipper_test.cpp index c7d36a1..f72385a 100644 --- a/cfws_skipper_test.cpp +++ b/cfws_skipper_test.cpp @@ -29,7 +29,7 @@ bool fixture::execute(std::string const& skipped) start = text.begin(); return phrase_parse(start, text.end(), eps, - cfws::skipper()); + cfws::skipper()); } }