19 lines · plain
1# RUN: not llvm-mc -triple x86_64-unknown-unknown %s 2>&1 | FileCheck %s --check-prefix=ERR2# RUN: not llvm-mc -filetype=obj -triple x86_64-unknown-unknown %s 2>&1 | FileCheck %s --check-prefix=ERR3 4.text5 6test2: 7 jmp baz8# ERR: [[@LINE+1]]:5: error: expected absolute expression9.if . - text2 == 110 nop11.else12 ret13.endif14 push fs15 16# No additional errors.17# 18# ERR-NOT: {{[0-9]+}}:{{[0-9]+}}: error: 19