From 0fcfdb0b41d1237c179da72b314be3e7fc6a6036 Mon Sep 17 00:00:00 2001 From: Sameer Agarwal Date: Sun, 3 Mar 2019 12:16:23 -0800 Subject: [PATCH] Fix the build breakage caused by the last commit. Change-Id: I0145c7008e8272f4b7f3ce9134dd3e7128d9059a --- internal/ceres/cost_function_to_functor_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ceres/cost_function_to_functor_test.cc b/internal/ceres/cost_function_to_functor_test.cc index eb1d635eb..3c9a6fecd 100644 --- a/internal/ceres/cost_function_to_functor_test.cc +++ b/internal/ceres/cost_function_to_functor_test.cc @@ -260,7 +260,7 @@ class DynamicTwoParameterBlockFunctor { }; // Check that AutoDiff(Functor1) == AutoDiff(CostToFunctor(AutoDiff(Functor1))) -#define TEST_BODY(NAME) \ +#define TEST_BODY(Functor1) \ TEST(CostFunctionToFunctor, Functor1) { \ typedef AutoDiffCostFunction \ CostFunction1; \