[PATCH] D61320: [FileCheck] Fix line-count.txt test
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 1 17:02:39 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL359742: [FileCheck] Fix line-count.txt test (authored by thopre, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D61320?vs=197354&id=197673#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61320/new/
https://reviews.llvm.org/D61320
Files:
llvm/trunk/test/FileCheck/line-count.txt
Index: llvm/trunk/test/FileCheck/line-count.txt
===================================================================
--- llvm/trunk/test/FileCheck/line-count.txt
+++ llvm/trunk/test/FileCheck/line-count.txt
@@ -9,7 +9,7 @@
; RUN: not FileCheck -check-prefix BAD8 -input-file %s %s 2>&1 | FileCheck -check-prefix ERR8 %s
; RUN: not FileCheck -check-prefix BAD9 -input-file %s %s 2>&1 | FileCheck -check-prefix ERR9 %s
; RUN: not FileCheck -check-prefix BAD10 -input-file %s %s 2>&1 | FileCheck -check-prefix ERR10 %s
-; RUN: not FileCheck -check-prefix BAD10 -input-file %s %s 2>&1 | FileCheck -check-prefix ERR10 %s
+; RUN: not FileCheck -check-prefix BAD11 -input-file %s %s 2>&1 | FileCheck -check-prefix ERR11 %s
13
14 aaa
15 bbb
@@ -53,7 +53,7 @@
53 ERR10: line-count.txt:[[#@LINE-1]]:19: error: invalid offset in numeric expression 'x'
54
55 BAD11: [[@LINE-1x]]
-56 ERR11: line-count.txt:[[#@LINE-1]]:19: error: unexpected characters at end of numeric expression 'x'
+56 ERR11: line-count.txt:[[#@LINE-1]]:20: error: unexpected characters at end of numeric expression 'x'
57
58 CHECK: [[#@LINE]] CHECK
59 CHECK: [[# @LINE]] CHECK
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61320.197673.patch
Type: text/x-patch
Size: 1146 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190502/8b65532d/attachment.bin>
More information about the llvm-commits
mailing list