[all-commits] [llvm/llvm-project] c115e7: [libc++][test] Add tuple trivial destructor test

Joseph Loser via All-commits all-commits at lists.llvm.org
Sat Jun 11 17:12:16 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c115e760c25a45e0d045ebb51d758a5386a9ce94
      https://github.com/llvm/llvm-project/commit/c115e760c25a45e0d045ebb51d758a5386a9ce94
  Author: Joe Loser <joeloser93 at gmail.com>
  Date:   2022-06-11 (Sat, 11 Jun 2022)

  Changed paths:
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/dtor.pass.cpp

  Log Message:
  -----------
  [libc++][test] Add tuple trivial destructor test

There is only compile-time tests in `dtor.pass.cpp`, so it could be made a
`dtor.compile.pass.cpp`. Instead, add a runtime test for testing the trivial
destructor behavior for `tuple`.

Differential Revision: https://reviews.llvm.org/D109298




More information about the All-commits mailing list