From d2bb6cf39650240be530a7ffd71f56fae13ca222 Mon Sep 17 00:00:00 2001 From: David Tellenbach Date: Fri, 14 Aug 2020 18:15:18 +0200 Subject: Fix compilation error in blasutil test --- test/blasutil.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'test/blasutil.cpp') diff --git a/test/blasutil.cpp b/test/blasutil.cpp index 255d2a6ca..9caacfbab 100644 --- a/test/blasutil.cpp +++ b/test/blasutil.cpp @@ -189,6 +189,7 @@ EIGEN_DECLARE_TEST(blasutil) CALL_SUBTEST_1(run_test()); CALL_SUBTEST_2(run_test()); CALL_SUBTEST_3(run_test()); + // TODO: Replace this by a call to numext::int64_t as soon as we have a way to // detect the typedef for int64_t on all platforms #if EIGEN_HAS_CXX11 @@ -196,7 +197,8 @@ EIGEN_DECLARE_TEST(blasutil) #else CALL_SUBTEST_4(run_test()); #endif - CALL_SUBTEST_5(run_test()); - CALL_SUBTEST_6(run_test()); + + CALL_SUBTEST_5(run_test()); + CALL_SUBTEST_6(run_test()); } -} \ No newline at end of file +} -- cgit v1.2.3