[all-commits] [llvm/llvm-project] 583c8c: [libc++] Fix broken test for std::any and allocators

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Sep 15 12:02:16 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 583c8ce30c12511a814a1db2923b9809f2a15c54
      https://github.com/llvm/llvm-project/commit/583c8ce30c12511a814a1db2923b9809f2a15c54
  Author: Louis Dionne <ldionne at apple.com>
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
    M libcxx/test/libcxx/utilities/any/allocator.pass.cpp

  Log Message:
  -----------
  [libc++] Fix broken test for std::any and allocators

The test was not allocating the right number of bytes. This is my fault,
not Marshall's, as I was the one to write the tests for 39c879514170.




More information about the All-commits mailing list