Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0742ae4 authored by Miao Wang's avatar Miao Wang
Browse files

Disable Eigen static assertion for tests/numeric_test.cpp

  - Clang complains with the Eigen static assertions in the tests, after
  Eigen 3.3.3 rebase.
  - Disable the static assertion until it is fixed in Eigen / Clang.

Bug: 34161771
Test: mm
Change-Id: I25056cf9df9bbb32f979390e02df1f23ac760bab
parent c9d79c61
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
#include <gtest/gtest.h>

#define EIGEN_NO_STATIC_ASSERT
#include <private/dvr/numeric.h>

using TestTypes = ::testing::Types<float, double, int>;