OSDN Git Service

[test/Object] - Fix build bot.
authorGeorge Rimar <grimar@accesssoftek.com>
Tue, 2 Jul 2019 10:47:13 +0000 (10:47 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Tue, 2 Jul 2019 10:47:13 +0000 (10:47 +0000)
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364905 91177308-0d34-0410-b5e6-96231b3b80d8

test/Object/invalid.test

index 8c7a1d9..102a5fc 100644 (file)
@@ -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