missing comment

This commit is contained in:
alex
2017-12-12 12:26:02 -08:00
parent acd4e025b6
commit 97162bdf13
+1 -1
View File
@@ -61,7 +61,7 @@ TEST(OneOfExample, ProduceSixtyOrHigher) {
//choices[N+1] = 0;
ASSERT_LE(x, 60)
<< x << " is >= 60: " <<
" did " << choices <<
//" did " << choices <<
" from " << start;
}
}