[all-commits] [llvm/llvm-project] 861b52: [libc++] Fix broken tuple tests
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri May 22 12:34:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 861b52693373f08fd78f394a697a2250612b55e1
https://github.com/llvm/llvm-project/commit/861b52693373f08fd78f394a697a2250612b55e1
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-05-22 (Fri, 22 May 2020)
Changed paths:
M libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/disable_reduced_arity_initialization_extension.pass.cpp
M libcxx/test/libcxx/utilities/tuple/tuple.tuple/tuple.cnstr/enable_reduced_arity_initialization_extension.pass.cpp
M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/UTypes.pass.cpp
Log Message:
-----------
[libc++] Fix broken tuple tests
The tests had copy-paste errors which started showing when an
unused-variable warning started being emitted after we made
the MoveOnly type constexpr (in a4b8ee64223f).
More information about the All-commits
mailing list