Commit de999982 authored by Thomas Van Lenten's avatar Thomas Van Lenten

Merge pull request #1092 from thomasvl/fix_conformance

Fix conformance test to only report skips in verbose mode.
parents d7183b0a de3c56a0
......@@ -1967,9 +1967,6 @@ bool ConformanceTestSuite::RunSuite(ConformanceTestRunner* runner,
"These tests succeeded, even though they were listed in "
"the failure list. Remove them from the failure list");
CheckSetEmpty(skipped_,
"These tests were skipped (probably because support for some "
"features is not implemented)");
if (verbose_) {
CheckSetEmpty(skipped_,
"These tests were skipped (probably because support for some "
......
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