[libcxx-commits] [PATCH] D99104: [libcxx] rearranges all concept tests
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 26 10:06:21 PDT 2021
cjdb added a comment.
Will merge once CI passes.
================
Comment at: libcxx/test/std/concepts/concepts.callable/concept.invocable/invocable.pass.cpp:21
-#include "functions.h"
+#include "../functions.h"
----------------
zoecarver wrote:
> Where else is `functions.h` used? Maybe we should move it into this directory. Or maybe in the `support` folder?
I deliberately kept this one here because it's pretty specific to the tests for [concepts.callable] (and if I get my way, `functions.h` will be deleted in D99398).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99104/new/
https://reviews.llvm.org/D99104
More information about the libcxx-commits
mailing list