Skip to content

Instantly share code, notes, and snippets.

@nabijaczleweli
Last active October 23, 2015 18:19
Show Gist options
  • Save nabijaczleweli/c88b2195df59d2715d00 to your computer and use it in GitHub Desktop.
Save nabijaczleweli/c88b2195df59d2715d00 to your computer and use it in GitHub Desktop.
lel
cpponfig_test is a Catch v1.2.1 host application.
Run with -? for options

-------------------------------------------------------------------------------
property - update
  fundamental
-------------------------------------------------------------------------------
..\test\property\update.cpp:60
...............................................................................

..\test\property\update.cpp:74: FAILED:
  REQUIRE( property(p.textual()).floating() == p.floating() )
with expansion:
  -0.96 == -0.96

-------------------------------------------------------------------------------
property - update
  fundamental
-------------------------------------------------------------------------------
..\test\property\update.cpp:60
...............................................................................

..\test\property\update.cpp:74: FAILED:
  REQUIRE( property(p.textual()).floating() == p.floating() )
with expansion:
  -0.96 == -0.96

-------------------------------------------------------------------------------
property - update
  fundamental
-------------------------------------------------------------------------------
..\test\property\update.cpp:60
...............................................................................

..\test\property\update.cpp:74: FAILED:
  REQUIRE( property(p.textual()).floating() == p.floating() )
with expansion:
  -0.96 == -0.96

===============================================================================
test cases:  25 |  24 passed | 1 failed
assertions: 212 | 209 passed | 3 failed

[Finished in 0.3s with exit code 3]
[shell_cmd: build\cpponfig_test --force-colour]
[dir: P:\C++\Utilities\Cpponfiguration]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment