summaryrefslogtreecommitdiffstats
path: root/llvm/test/FileCheck
diff options
context:
space:
mode:
authorMandeep Singh Grang <mgrang@codeaurora.org>2017-07-17 17:32:45 +0000
committerMandeep Singh Grang <mgrang@codeaurora.org>2017-07-17 17:32:45 +0000
commited64963f1ed921ff7f70672f0f116e8743901e9d (patch)
treefcb5387c5c37c7413ea39d7c60fbe61fd2051fa2 /llvm/test/FileCheck
parenta16b27cfdaadf4ff6f6acc2fc277b171c228cf11 (diff)
downloadbcm5719-llvm-ed64963f1ed921ff7f70672f0f116e8743901e9d.tar.gz
bcm5719-llvm-ed64963f1ed921ff7f70672f0f116e8743901e9d.zip
[llvm] Remove redundant check-prefix=CHECK from tests. NFC.
Reviewers: t.p.northover, oren_ben_simhon, niravd, mcrosier Reviewed By: oren_ben_simhon, mcrosier Subscribers: nhaehnle, javed.absar, llvm-commits Differential Revision: https://reviews.llvm.org/D35466 llvm-svn: 308193
Diffstat (limited to 'llvm/test/FileCheck')
-rw-r--r--llvm/test/FileCheck/regex-scope.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FileCheck/regex-scope.txt b/llvm/test/FileCheck/regex-scope.txt
index e77f3f6513a..989f422c6bc 100644
--- a/llvm/test/FileCheck/regex-scope.txt
+++ b/llvm/test/FileCheck/regex-scope.txt
@@ -1,4 +1,4 @@
-// RUN: FileCheck -check-prefix CHECK -input-file %s %s
+// RUN: FileCheck -input-file %s %s
// RUN: FileCheck -check-prefixes CHECK,GLOBAL -input-file %s %s
// RUN: FileCheck -check-prefixes CHECK,LOCAL -input-file %s %s
// RUN: FileCheck -check-prefixes CHECK,GLOBAL --enable-var-scope -input-file %s %s
OpenPOWER on IntegriCloud