Unverified Commit 3daa7710 authored by Duo Wang's avatar Duo Wang Committed by GitHub
Browse files

[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`.
parent c73ad025
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,4 +8,4 @@

// Make sure we can generate no tests at all

// RUN: true
// RUN: :
+1 −1
Original line number Diff line number Diff line
@@ -8,4 +8,4 @@

// Make sure the test passes if it succeeds to run

// RUN: true
// RUN: :