[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / tools / llvm-ml / parse_only_errors.asm
blobfbaed93edea03cd21e58cc93881bca964410be76
1 ; RUN: not llvm-ml %s /Zs /Fo - 2>&1 | FileCheck %s
3 .code
5 t1 PROC
6 blah
7 ret
8 t1 ENDP
10 ; check for the .text symbol (appears in both object files & .s output)
11 ; CHECK-NOT: .text
13 ; CHECK: error: invalid instruction mnemonic 'blah'
15 ; check for the .text symbol (appears in both object files & .s output)
16 ; CHECK-NOT: .text
18 end