[libcxx-commits] [libcxx] [libcxx][test] Fix empty.gen selftest on windows (PR #69403)

Duo Wang via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 18 13:59:13 PDT 2023


================
@@ -8,4 +8,4 @@
 
 // Make sure we can generate no tests at all
 
-// RUN: true
----------------
wdunicornpro wrote:

The same problem happens with `libcxx/test/libcxx/selftest/sh.cpp/run-success.sh.cpp`, but the failure does not show up during test discovery since it's not a `gen` test, so I didn't spot that. Thanks for pointing that out!

https://github.com/llvm/llvm-project/pull/69403


More information about the libcxx-commits mailing list