[all-commits] [llvm/llvm-project] 6cb3fd: [libc++] Remove duplicate tests for callable concepts

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon May 23 12:39:04 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6cb3fdc278b95204baf60587fe2c25ff65f4e612
      https://github.com/llvm/llvm-project/commit/6cb3fdc278b95204baf60587fe2c25ff65f4e612
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2022-05-23 (Mon, 23 May 2022)

  Changed paths:
    R libcxx/test/std/concepts/concepts.callable/concept.equiv/equivalence_relation.pass.cpp
    M libcxx/test/std/concepts/concepts.callable/concept.equiv/equivalence_relation.subsumption.compile.pass.cpp
    R libcxx/test/std/concepts/concepts.callable/concept.equiv/equivalence_relation.subsumption.pass.cpp
    R libcxx/test/std/concepts/concepts.callable/concept.predicate/predicate.pass.cpp
    R libcxx/test/std/concepts/concepts.callable/concept.predicate/predicate.subsumption.pass.cpp
    R libcxx/test/std/concepts/concepts.callable/concept.relation/relation.pass.cpp
    R libcxx/test/std/concepts/concepts.callable/concept.relation/relation.subsumption.pass.cpp
    R libcxx/test/std/concepts/concepts.callable/concept.strictweakorder/strict_weak_order.pass.cpp
    M libcxx/test/std/concepts/concepts.callable/concept.strictweakorder/strict_weak_order.subsumption.compile.pass.cpp
    R libcxx/test/std/concepts/concepts.callable/concept.strictweakorder/strict_weak_order.subsumption.pass.cpp

  Log Message:
  -----------
  [libc++] Remove duplicate tests for callable concepts

This is essentially a revert of c7ad02009. Indeed, it seems that both
96dbdd75 and c7ad02009 were committed, but c7ad02009 seems to be only
an older version of 96dbdd75's tests.




More information about the All-commits mailing list