fix PR5733, a case where we'd replace an add with a lexically identical
[oota-llvm.git] / test / MC / AsmParser / directive_abort.s
1 # RUN: llvm-mc -triple i386-unknown-unknown %s 2> %t
2 # RUN: FileCheck -input-file %t %s
3
4 # CHECK: .abort "please stop assembing"
5 TEST0:  
6         .abort       "please stop assembing"