diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Object/invalid.test | 2 |
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 |

