From 87bcc97db7d1246ad87bd229d656ffdd7ea7d3db Mon Sep 17 00:00:00 2001
From: moneta <lorenzo.moneta@cern.ch>
Date: Mon, 7 Aug 2017 12:42:33 +0200
Subject: [PATCH] Fix test compilation when VECCORE is not found

---
 math/mathcore/test/fit/testLogLExecPolicy.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/math/mathcore/test/fit/testLogLExecPolicy.cxx b/math/mathcore/test/fit/testLogLExecPolicy.cxx
index 863c25ed8b8..c9a8c2f97c0 100644
--- a/math/mathcore/test/fit/testLogLExecPolicy.cxx
+++ b/math/mathcore/test/fit/testLogLExecPolicy.cxx
@@ -228,9 +228,9 @@ int main()
    }
 
 // #if defined(R__USE_IMT) || defined(R__HAS_VECCORE)
-#ifdef R__HAS_VECCORE
+//#ifdef R__HAS_VECCORE
    auto seq = test.GetFitter().Result().MinFcnValue();
-#endif
+//#endif
 
 #ifdef R__USE_IMT
    //Multithreaded
-- 
GitLab