[Assembler] Make fatal assembler errors non-fatal
[oota-llvm.git] / test / MC / COFF / invalid-def.s
1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s 2>&1 | FileCheck %s
2
3 # CHECK: error: starting a new symbol definition without completing the previous one
4 # CHECK: error: starting a new symbol definition without completing the previous one
5         .def first
6         .def second
7         .def third
8