diff --git a/utest/test_potrs.c b/utest/test_potrs.c index 57c34667a..3613eefc3 100644 --- a/utest/test_potrs.c +++ b/utest/test_potrs.c @@ -399,7 +399,7 @@ CTEST(potrf, bug_695){ } #endif } -#endif + // Check potrf factorizes a small problem correctly CTEST(potrf, smoketest_trivial){ @@ -571,3 +571,4 @@ CTEST(potrf, smoketest_trivial){ } } } +#endif