small edits

This commit is contained in:
alex
2017-12-12 12:24:09 -08:00
parent c65b0c7ba4
commit 5b35c46fba

View File

@@ -63,7 +63,7 @@ TEST(OneOfExample, ProduceSixtyOrHigher) {
//choices[N+1] = 0;
ASSERT_LE(x, 60)
<< x << " is >= 60: " <<
//" did " << choices <<
" did " << choices <<
" from " << start;
}
}