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 7abd2c7 commit 142a5feCopy full SHA for 142a5fe
llvm/utils/lit/tests/windows-pools.py
@@ -1,7 +1,7 @@
1
# Create a directory with 20 files and check the number of pools and workers per pool that lit will use.
2
3
# RUN: rm -Rf %t.dir && mkdir -p %t.dir
4
-# RUN: python -c "for i in range(20): open(rf'%t.dir/file{i}.txt', 'w').write('RUN:')"
+# RUN: %python -c "for i in range(20): open(rf'%t.dir/file{i}.txt', 'w').write('RUN:')"
5
6
# RUN: echo "import lit.formats" > %t.dir/lit.cfg
7
# RUN: echo "config.name = \"top-level-suite\"" >> %t.dir/lit.cfg
0 commit comments