source: mainline/uspace/lib/pcut/tests/simple.expected@ 01579ad

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 01579ad was 01579ad, checked in by Vojtech Horky <vojtechhorky@…>, 12 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: 372 bytes
Line 
11..3
2#> Starting suite Default.
3not ok 1 zero_exponent failed
4# error: simple.c:35: Expected <1> but got <0> (1 != intpow(2, 0))
5not ok 2 one_exponent failed
6# error: simple.c:39: Expected <2> but got <0> (2 != intpow(2, 1))
7not ok 3 same_strings failed
8# error: simple.c:46: Expected <abc> but got <abd> ("abc" != "XXXabd" + 3)
9#> Finished suite Default (failed 3 of 3).
Note: See TracBrowser for help on using the repository browser.