Sophie

Sophie

distrib > Mageia > 6 > i586 > by-pkgid > 8bc6759a6f32712e5bc0cdfb80b23784 > files > 4120

boost-examples-1.60.0-6.mga6.noarch.rpm

//[example_output
> example --report_level=short
Running 2 test cases...
test.cpp(10): error in "my_test1": check 2 == 1 has failed
test.cpp(21): error in "my_test1": check sizeof(int) == sizeof(char) has failed [4 != 1]
test.cpp(22): error in "my_test1": check sizeof(int*) == sizeof(char) has failed [4 != 1]

Test suite "example" passed with:
  3 assertions out of 3 failed
  3 failures expected
  2 test cases out of 2 passed
//]