[libcxx-commits] [PATCH] D60350: General abs tests

Fangrui Song via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 5 18:12:09 PDT 2019


MaskRay added inline comments.


================
Comment at: test/std/numerics/numerics.abs/abs_tests.h:11
+        ASSERT_SAME_TYPE(decltype(res), Out);
+		if (i > 0)
+			assert(res == i);
----------------
mixed tabs and spaces?


Repository:
  rCXX libc++

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60350/new/

https://reviews.llvm.org/D60350





More information about the libcxx-commits mailing list