[all-commits] [llvm/llvm-project] 645588: [libc++] Remove broken self test for the libc++ Li...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Jul 17 15:35:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 64558826ed060eeeb22b92585c0c2a2a3461606c
https://github.com/llvm/llvm-project/commit/64558826ed060eeeb22b92585c0c2a2a3461606c
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-07-17 (Mon, 17 Jul 2023)
Changed paths:
R libcxx/test/libcxx/selftest/sh.cpp/empty.sh.cpp
Log Message:
-----------
[libc++] Remove broken self test for the libc++ Lit format
The empty.sh.cpp test never tested what it was intended to test, because
it did contain an unexpected RUN: command. This was discovered in
https://reviews.llvm.org/D154987 while trying to land an unrelated change.
Since there is no reliable way to test what I was trying to test from
the libc++ test suite, just remove the test.
More information about the All-commits
mailing list