[libcxx-commits] [PATCH] D154489: [libc++][tests] Fix a test exercising incorrect overload
Piotr Fusik via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 5 03:01:00 PDT 2023
pfusik added a comment.
I noticed a test I added in https://reviews.llvm.org/D153709 wasn't testing the constructor overload it was supposed to test. Instead, it tested the same overload as `string-alloc.mode.pass.cpp`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154489/new/
https://reviews.llvm.org/D154489
More information about the libcxx-commits
mailing list