summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit6a03374526103cdb1abe182df5b1d5a4d9ed5f24 (patch)
tree3b44e8c874138ca27a6aa9d11bb11dca855aca62 /llvm/test/FileCheck
parent10255c38bdff9aa3a80b1e5501d4dc1c84427a33 (diff)
downloadbcm5719-llvm-6a03374526103cdb1abe182df5b1d5a4d9ed5f24.tar.gz
bcm5719-llvm-6a03374526103cdb1abe182df5b1d5a4d9ed5f24.zip
Fix "existant" typos
llvm-svn: 193579
Diffstat (limited to 'llvm/test/FileCheck')
-rw-r--r--llvm/test/FileCheck/check-prefixes.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/FileCheck/check-prefixes.txt b/llvm/test/FileCheck/check-prefixes.txt
index a8af29d60b3..fc7a0435eb7 100644
--- a/llvm/test/FileCheck/check-prefixes.txt
+++ b/llvm/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{{:}}'
OpenPOWER on IntegriCloud