aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_uint128.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/test/cxx11_tensor_uint128.cpp')
-rw-r--r--unsupported/test/cxx11_tensor_uint128.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/test/cxx11_tensor_uint128.cpp b/unsupported/test/cxx11_tensor_uint128.cpp
index 2cbc45716..d2a1e8673 100644
--- a/unsupported/test/cxx11_tensor_uint128.cpp
+++ b/unsupported/test/cxx11_tensor_uint128.cpp
@@ -147,7 +147,7 @@ void test_misc2() {
void test_cxx11_tensor_uint128()
{
#ifdef EIGEN_NO_INT128
- // Skip the test on compilers that don't support 128bit integers natively
+ // Skip the test on compilers that don't support 128bit integers natively
return;
#else
CALL_SUBTEST_1(test_add());