[llvm] r364905 - [test/Object] - Fix build bot.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 2 03:47:13 PDT 2019
Author: grimar
Date: Tue Jul 2 03:47:13 2019
New Revision: 364905
URL: http://llvm.org/viewvc/llvm-project?rev=364905&view=rev
Log:
[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
Modified:
llvm/trunk/test/Object/invalid.test
Modified: llvm/trunk/test/Object/invalid.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/invalid.test?rev=364905&r1=364904&r2=364905&view=diff
==============================================================================
--- llvm/trunk/test/Object/invalid.test (original)
+++ llvm/trunk/test/Object/invalid.test Tue Jul 2 03:47:13 2019
@@ -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
More information about the llvm-commits
mailing list