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 8898b99 commit 1d23cf6Copy full SHA for 1d23cf6
llvm/utils/lit/tests/shtest-cat.py
@@ -1,8 +1,7 @@
1
-## Check the cat command.
+## Test the cat command.
2
#
3
# RUN: not %{lit} -a -v %{inputs}/shtest-cat \
4
# RUN: | FileCheck -match-full-lines %s
5
-#
6
# END.
7
8
# CHECK: FAIL: shtest-cat :: cat-error-0.txt ({{[^)]*}})
@@ -20,5 +19,5 @@
20
19
# CHECK: PASS: shtest-cat :: cat.txt ({{[^)]*}})
21
22
# CHECK: Total Discovered Tests: 3
23
-# CHECK: Passed: 1 {{\([0-9]*\.[0-9]*%\)}}
24
-# CHECK: Failed: 2 {{\([0-9]*\.[0-9]*%\)}}
+# CHECK-NEXT: Passed: 1 {{\([0-9]*\.[0-9]*%\)}}
+# CHECK-NEXT: Failed: 2 {{\([0-9]*\.[0-9]*%\)}}
0 commit comments