Commit 7f1da4a6 by Eric Fiselier

Hide yet another test from MSVC 2013

parent 25eae60c
...@@ -107,11 +107,13 @@ struct CustomFixture { ...@@ -107,11 +107,13 @@ struct CustomFixture {
}; };
void TestRegistrationAtRuntime() { void TestRegistrationAtRuntime() {
#ifdef BENCHMARK_HAS_CXX11
{ {
CustomFixture fx; CustomFixture fx;
benchmark::RegisterBenchmark("custom_fixture", fx); benchmark::RegisterBenchmark("custom_fixture", fx);
AddCases({"custom_fixture"}); AddCases({"custom_fixture"});
} }
#endif
#ifndef BENCHMARK_HAS_NO_VARIADIC_REGISTER_BENCHMARK #ifndef BENCHMARK_HAS_NO_VARIADIC_REGISTER_BENCHMARK
{ {
int x = 42; int x = 42;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment