21 lines · yaml
1## Test that an error is reported when a docnum is specified, which is2## greater than the number of YAML inputs in the file.3 4# RUN: not yaml2obj %s --docnum=3 2>&1 | FileCheck %s5# CHECK: yaml2obj: error: cannot find the 3rd document6 7# RUN: not yaml2obj %s --docnum=76768677 2>&1 | FileCheck %s --check-prefix=TWO8# TWO: yaml2obj: error: cannot find the 76768677th document9 10--- !ELF11FileHeader:12 Class: ELFCLASS6413 Data: ELFDATA2LSB14 Type: ET_DYN15 16--- !ELF17FileHeader:18 Class: ELFCLASS6419 Data: ELFDATA2LSB20 Type: ET_DYN21