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