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

Joel E. Denny via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 19 10:57:48 PDT 2023


================
@@ -8,4 +8,4 @@
 
 // Make sure the test passes if it succeeds to run
 
-// RUN: true
+// RUN: :
----------------
jdenny-ornl wrote:

Why are true/false not available in the windows environment that motivated this patch?  I'm not a windows user, but I don't recall hearing of this issue before.

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


More information about the libcxx-commits mailing list