commit | c494843840e007013e7951d9298b0bdd866568bd | [log] [tgz] |
---|---|---|
author | onqtam <vik.kirilov@gmail.com> | Sat Dec 01 18:47:12 2018 +0200 |
committer | onqtam <vik.kirilov@gmail.com> | Wed Dec 05 17:35:23 2018 +0200 |
tree | d6e3e423888daa405ac6568c59875d3007c71775 | |
parent | abb864e8028e48f08525b8cb35c61b8f373e04c6 [diff] [blame] |
fixes #166 and fixes #167 - TODO: update benchmarks page
diff --git a/examples/all_features/alternative_macros.cpp b/examples/all_features/alternative_macros.cpp index fd877cc..570db7a 100644 --- a/examples/all_features/alternative_macros.cpp +++ b/examples/all_features/alternative_macros.cpp
@@ -3,7 +3,7 @@ my_testcase("custom macros") { my_check(1 == 1); - my_fast_check_eq(1, 1); + my_check_eq(1, 1); my_subcase("bar") { my_subcase("foo") {}