example36.output 259 B

123456789
  1. //[example_output
  2. > example
  3. Running 1 test case...
  4. test.cpp(11): error in "test": check { col1, col1+7 } == { col2, col2+7 } has failed.
  5. Mismatch in a position 2: 3 != 4
  6. Mismatch in a position 5: 6 != 7
  7. *** 1 failures is detected in test suite "example"
  8. //]