[all-commits] [llvm/llvm-project] 3daa77: [libcxx][test] Fix empty.gen selftest on windows (...
Duo Wang via All-commits
all-commits at lists.llvm.org
Thu Oct 19 12:30:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3daa771047e16919f161a12a8a9124bbe13a89a6
https://github.com/llvm/llvm-project/commit/3daa771047e16919f161a12a8a9124bbe13a89a6
Author: Duo Wang <duow1 at uci.edu>
Date: 2023-10-19 (Thu, 19 Oct 2023)
Changed paths:
M libcxx/test/libcxx/selftest/gen.cpp/empty.gen.cpp
M libcxx/test/libcxx/selftest/sh.cpp/run-success.sh.cpp
Log Message:
-----------
[libcxx][test] Fix empty.gen selftest on windows (#69403)
Using `true` as a no-op unfortunately does not work on windows, which
fails libcxx lit tests on windows. Lit provides the `:` internal shell
builtin which is equivalent to `true`.
More information about the All-commits
mailing list