diff --git a/test/test_xinfo.cpp b/test/test_xinfo.cpp index fe0f43ce8..6508c2124 100644 --- a/test/test_xinfo.cpp +++ b/test/test_xinfo.cpp @@ -25,7 +25,7 @@ namespace xt ss << info(test) << std::endl; } -#ifndef __llvm__ //See https://github.com/xtensor-stack/xtensor/issues/2694 +#ifndef __llvm__ // See https://github.com/xtensor-stack/xtensor/issues/2694 TEST(xinfo, typename) { xarray test = {{1, 2, 3}, {4, 5, 6}};