summaryrefslogtreecommitdiff
path: root/test/FileCheck
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2013-10-29 02:35:28 +0000
committerAlp Toker <alp@nuanti.com>2013-10-29 02:35:28 +0000
commit18a988e3a76eb0f8783d115618e48466854f5901 (patch)
tree2bf46df1ced5d7d1ba873db9e6a8943fcce1aa7b /test/FileCheck
parent8fea6c8315d12df811422acedc1017584b3ef2e5 (diff)
downloadllvm-18a988e3a76eb0f8783d115618e48466854f5901.tar.gz
llvm-18a988e3a76eb0f8783d115618e48466854f5901.tar.bz2
llvm-18a988e3a76eb0f8783d115618e48466854f5901.tar.xz
Fix "existant" typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193579 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FileCheck')
-rw-r--r--test/FileCheck/check-prefixes.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/FileCheck/check-prefixes.txt b/test/FileCheck/check-prefixes.txt
index a8af29d60b..fc7a0435eb 100644
--- a/test/FileCheck/check-prefixes.txt
+++ b/test/FileCheck/check-prefixes.txt
@@ -1,9 +1,9 @@
// RUN: FileCheck -check-prefix=ANOTHER-PREFIX -input-file %s %s
-// RUN: not FileCheck -check-prefix=PREFIX -input-file %s %s 2>&1 | FileCheck -check-prefix=CHECK-NONEXISTANT-PREFIX %s
+// RUN: not FileCheck -check-prefix=PREFIX -input-file %s %s 2>&1 | FileCheck -check-prefix=CHECK-NONEXISTENT-PREFIX %s
foobar
; ANOTHER-PREFIX: foobar
; We use regex to match the colon so that FileCheck won't think it is a check
; prefix.
-; CHECK-NONEXISTANT-PREFIX: error: no check strings found with prefix 'PREFIX{{:}}'
+; CHECK-NONEXISTENT-PREFIX: error: no check strings found with prefix 'PREFIX{{:}}'