diff --git a/examples/OneOf.cpp b/examples/OneOf.cpp index e3163a8..c2cce83 100644 --- a/examples/OneOf.cpp +++ b/examples/OneOf.cpp @@ -61,7 +61,7 @@ TEST(OneOfExample, ProduceSixtyOrHigher) { //choices[N+1] = 0; ASSERT_LE(x, 60) << x << " is >= 60: " << - " did " << choices << + //" did " << choices << " from " << start; } }