aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/rand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/rand.cpp')
-rw-r--r--test/rand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rand.cpp b/test/rand.cpp
index 51cf01773..1b5c058ab 100644
--- a/test/rand.cpp
+++ b/test/rand.cpp
@@ -54,7 +54,7 @@ template<typename Scalar> void check_histogram(Scalar x, Scalar y, int bins)
VERIFY( (((hist.cast<double>()/double(f))-1.0).abs()<0.02).all() );
}
-void test_rand()
+EIGEN_DECLARE_TEST(rand)
{
long long_ref = NumTraits<long>::highest()/10;
signed char char_offset = (std::min)(g_repeat,64);