[libc-commits] [PATCH] D74652: [libc] Add support library for use with tests.

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Feb 19 00:31:25 PST 2020


gchatelet added inline comments.


================
Comment at: libc/utils/testutils/Support.h:5
+
+int sleep(unsigned int seconds);
+void abort();
----------------
Do we need `sleep` in tests? What would be the use case?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74652





More information about the libc-commits mailing list