[libc-commits] [PATCH] D73668: [libc] Add [EXPECT|ASSERT]_[TRUE|FALSE] unittest macros.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jan 30 08:41:28 PST 2020


sivachandra marked an inline comment as done.
sivachandra added inline comments.


================
Comment at: libc/utils/UnitTest/Test.h:91
+                       const char *File, unsigned long Line) {
+    return Val;
+  }
----------------
abrachet wrote:
> This doesn't call `internal::test` and won't give an error message.
Ah sorry, this was supposed to be a demo patch. I will update this to make it review ready and update soon.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73668





More information about the libc-commits mailing list