summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2019-07-02 10:47:13 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2019-07-02 10:47:13 +0000
commiteb279769d937b6b0216aa66f0fa737462d547dd7 (patch)
tree261997670c15b4aaa8823e7f39efe9ce128db794
parent7d719b75eaf58162d44f11497a0d4765cd19ab55 (diff)
downloadbcm5719-llvm-eb279769d937b6b0216aa66f0fa737462d547dd7.tar.gz
bcm5719-llvm-eb279769d937b6b0216aa66f0fa737462d547dd7.zip
[test/Object] - Fix build bot.
Fixed mistype in the test case. BB: http://lab.llvm.org:8011/builders/lld-x86_64-ubuntu-fast/builds/2720/steps/test-check-all/logs/stdio llvm-svn: 364905
-rw-r--r--llvm/test/Object/invalid.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Object/invalid.test b/llvm/test/Object/invalid.test
index 8c7a1d96ed6..102a5fcee57 100644
--- a/llvm/test/Object/invalid.test
+++ b/llvm/test/Object/invalid.test
@@ -241,7 +241,7 @@ Sections:
## has a broken sh_offset (past the end of the file).
# RUN: yaml2obj %s --docnum=12 -o %t12
-# RUN: yaml2obj %s --docnum=13 -o %t12
+# RUN: yaml2obj %s --docnum=13 -o %t13
# RUN: not llvm-readobj -r %t12 2>&1 | FileCheck --check-prefix=INVALID-RELOC-SH-OFFSET %s
# RUN: not llvm-readobj -r %t13 2>&1 | FileCheck --check-prefix=INVALID-RELOC-SH-OFFSET %s
OpenPOWER on IntegriCloud