[llvm-readobj] - Simplify stack-sizes.test test case.
[llvm-complete.git] / test / MC / ARM / preserve-comments-arm.s
blob4c480096c663735310d8772aa627874dce9b5146
1 @RUN: llvm-mc -preserve-comments -n -triple arm-eabi < %s > %t
2 @RUN: sed 's/#[C]omment/@Comment/g' %s > %t2
3 @RUN: diff %t %t2
4 .text
6 mov r0, r0
7 foo: #Comment here
8 mov r0, r0 @ EOL comment
9 .ident ""