We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ca8dd commit ef58b08Copy full SHA for ef58b08
code/tests/cases/test_mark.cpp
@@ -50,7 +50,7 @@ FOSSIL_TEST_CASE(cpp_mark_start_and_stop) {
50
MARK_BENCHMARK(stop_test);
51
MARK_START(stop_test);
52
MARK_STOP(stop_test);
53
- ASSUME_ITS_EQUAL_CSTR(std::string(benchmark_stop_test.name), benchmark_stop_test_name);
+ ASSUME_ITS_EQUAL_CSTR(benchmark_stop_test.name, benchmark_stop_test_name.c_str());
54
}
55
56
// * * * * * * * * * * * * * * * * * * * * * * * *
0 commit comments