mirror of
https://github.com/google/benchmark.git
synced 2025-03-14 03:10:22 +08:00
Hide yet another test from MSVC 2013
This commit is contained in:
parent
25eae60c4c
commit
7f1da4a68b
@ -107,11 +107,13 @@ struct CustomFixture {
|
||||
};
|
||||
|
||||
void TestRegistrationAtRuntime() {
|
||||
#ifdef BENCHMARK_HAS_CXX11
|
||||
{
|
||||
CustomFixture fx;
|
||||
benchmark::RegisterBenchmark("custom_fixture", fx);
|
||||
AddCases({"custom_fixture"});
|
||||
}
|
||||
#endif
|
||||
#ifndef BENCHMARK_HAS_NO_VARIADIC_REGISTER_BENCHMARK
|
||||
{
|
||||
int x = 42;
|
||||
|
Loading…
Reference in New Issue
Block a user