We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 063f81d + f339c9e commit 53d12bcCopy full SHA for 53d12bc
tests/Ninja/Build/max-commands-progress.ninja
@@ -7,8 +7,8 @@
7
# RUN: %{llbuild} ninja build --jobs 1 --chdir %t.build &> %t1.out
8
# RUN: %{FileCheck} --check-prefix=CHECK-INITIAL < %t1.out %s
9
#
10
-# CHECK-INITIAL: [1/{{.*}}] cp input-2 output-2
11
-# CHECK-INITIAL: [2/{{.*}}] cp input-1 output-1
+# CHECK-INITIAL: [{{1|2}}/{{.*}}] cp input-2 output-2
+# CHECK-INITIAL: [{{1|2}}/{{.*}}] cp input-1 output-1
12
# CHECK-INITIAL: [3/3] cat output-1 output-2 > output
13
14
# RUN: %{adjust-times} -now-plus-ulp %t.build/input-1
0 commit comments