Index: libcxx/test/std/numerics/c.math/abs.pass.cpp =================================================================== --- libcxx/test/std/numerics/c.math/abs.pass.cpp +++ libcxx/test/std/numerics/c.math/abs.pass.cpp @@ -16,7 +16,7 @@ template struct correct_size_int { - typedef typename std::conditional::type type; + typedef typename std::conditional::type type; }; template