source: mainline/uspace/lib/pcut/tests/asserts.expected@ eeb23f2d

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since eeb23f2d was 01579ad, checked in by Vojtech Horky <vojtechhorky@…>, 11 years ago

Start work on PCUT integration

PCUT is a simple library for (hopefully) easier unit testing.
See https://github.com/vhotspur/pcut for more details.

  • Property mode set to 100644
File size: 369 bytes
Line 
11..3
2#> Starting suite Default.
3not ok 1 int_equals failed
4# error: asserts.c:36: Expected <1> but got <0> (1 != 0)
5not ok 2 double_equals failed
6# error: asserts.c:41: Expected <1.000000+-0.400000> but got <0.500000> (1. != 0.5)
7not ok 3 str_equals failed
8# error: asserts.c:46: Expected <abc> but got <xyz> ("abc" != "xyz")
9#> Finished suite Default (failed 3 of 3).
Note: See TracBrowser for help on using the repository browser.