Hide yet another test from MSVC 2013

This commit is contained in:
Eric Fiselier 2016-08-02 22:09:06 -06:00
parent 25eae60c4c
commit 7f1da4a68b

View File

@ -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;