X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=test%2Fsrc%2Fsanity.cpp;h=4c99b2232205ce874471eb62ee7f02a8f76ca901;hb=128643d9008941e2e09e25ab23ba9d4844af4cc8;hp=81851bb33b9eda7138604ee465decba2ae8c87a8;hpb=7a72391242e316a16992e0874a118999486afb87;p=cassiopeia.git diff --git a/test/src/sanity.cpp b/test/src/sanity.cpp index 81851bb..4c99b22 100644 --- a/test/src/sanity.cpp +++ b/test/src/sanity.cpp @@ -3,7 +3,6 @@ #include -BOOST_AUTO_TEST_CASE(Foo) -{ - BOOST_REQUIRE(true); +BOOST_AUTO_TEST_CASE( Foo ) { + BOOST_REQUIRE( true ); }