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

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 5 19:21:38 PDT 2019


zoecarver marked an inline comment as done.
zoecarver 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);
----------------
MaskRay wrote:
> mixed tabs and spaces?
Arg. The fallout of switching editors (I blame BBEdit). I will fix. 


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