summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/AsmParser
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-09-10 00:06:52 +0000
committerReid Kleckner <rnk@google.com>2019-09-10 00:06:52 +0000
commit87d47cb7c4792cb4dbb6911b9d11e5bd9f2dc928 (patch)
treee191719f490f4e1e6fa7db8de751db4f766825b8 /llvm/test/MC/AsmParser
parent1dbee8f0437f0d6a5890c728e5847334644f8157 (diff)
downloadbcm5719-llvm-87d47cb7c4792cb4dbb6911b9d11e5bd9f2dc928.tar.gz
bcm5719-llvm-87d47cb7c4792cb4dbb6911b9d11e5bd9f2dc928.zip
Remove some unnecessary REQUIRES: shell lines
This means these tests will run on Windows. Replace one with UNSUPPORTED: system-windows. llvm-svn: 371473
Diffstat (limited to 'llvm/test/MC/AsmParser')
-rw-r--r--llvm/test/MC/AsmParser/preserve-comments-crlf.s27
1 files changed, 13 insertions, 14 deletions
diff --git a/llvm/test/MC/AsmParser/preserve-comments-crlf.s b/llvm/test/MC/AsmParser/preserve-comments-crlf.s
index 4fbb822bc7c..8bf094b73ef 100644
--- a/llvm/test/MC/AsmParser/preserve-comments-crlf.s
+++ b/llvm/test/MC/AsmParser/preserve-comments-crlf.s
@@ -1,14 +1,13 @@
- #REQUIRES: shell
- #RUN: llvm-mc -preserve-comments -n -triple i386-linux-gnu < %s > %t
- #RUN: diff -b %s %t
- .text
-
-foo: #Comment here
- #comment here
- nop
- #if DIRECTIVE COMMENT
- ## WHOLE LINE COMMENT
- cmpl $196, %eax ## EOL COMMENT
- #endif
- .ident "clang version 3.9.0"
- .section ".note.GNU-stack","",@progbits
+ #RUN: llvm-mc -preserve-comments -n -triple i386-linux-gnu < %s > %t
+ #RUN: diff -b %s %t
+ .text
+
+foo: #Comment here
+ #comment here
+ nop
+ #if DIRECTIVE COMMENT
+ ## WHOLE LINE COMMENT
+ cmpl $196, %eax ## EOL COMMENT
+ #endif
+ .ident "clang version 3.9.0"
+ .section ".note.GNU-stack","",@progbits
OpenPOWER on IntegriCloud