[libc-commits] [PATCH] D105843: [libc] Add option to run specific tests

Caitlyn Cano via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jul 22 08:21:54 PDT 2021


caitlyncano marked 4 inline comments as done.
caitlyncano added inline comments.


================
Comment at: libc/utils/UnitTest/LibcTestMain.cpp:12-15
+#include "utils/testutils/ExecuteFunction.h"
+#include <cassert>
+#include <iostream>
+#include <string>
----------------
aeubanks wrote:
> ditto
Just need to keep <string> to return NULL, but got rid of the unnecessary ones. Thanks!!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105843



More information about the libc-commits mailing list