We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2796c7 commit 020f9a4Copy full SHA for 020f9a4
llvm/utils/lit/tests/unique-output-file.py
@@ -17,4 +17,6 @@
17
# RUN: FileCheck < %t.xunit.xml %s --check-prefix=EXISTING
18
# EXISTING: test
19
## Results in a new file with some discriminator added.
20
+# RUN: ls -l %t.xunit*.xml | wc -l | FileCheck %s --check-prefix=NUMFILES
21
+# NUMFILES: 2
22
# RUN: FileCheck < %t.xunit.*.xml %s --check-prefix=NEW
0 commit comments