[all-commits] [llvm/llvm-project] eda5bb: [libc++] [test] Remove an erroneously copy-paste i...

Quuxplusone via All-commits all-commits at lists.llvm.org
Sun Jan 2 09:52:16 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eda5bbfb9db4d0dc3861333f7b4adf135fe20af8
      https://github.com/llvm/llvm-project/commit/eda5bbfb9db4d0dc3861333f7b4adf135fe20af8
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2022-01-02 (Sun, 02 Jan 2022)

  Changed paths:
    M libcxx/test/std/numerics/c.math/cmath.pass.cpp

  Log Message:
  -----------
  [libc++] [test] Remove an erroneously copy-paste in the hypot() tests. NFC.

Line 1140 is a duplicate of line 1119; it tests the two-argument version
of std::hypot, whereas all the lines in this section are supposed to be
testing the C++17 three-argument version. Remove the erroneous duplicated line.

Split out of D116295.




More information about the All-commits mailing list