summaryrefslogtreecommitdiff
path: root/test/Assembler
diff options
context:
space:
mode:
authorAlexander Richardson <arichardson.kde@gmail.com>2018-02-27 11:15:05 +0000
committerAlexander Richardson <arichardson.kde@gmail.com>2018-02-27 11:15:05 +0000
commita886e2f85a0ffd5dfeec7a451dddabf5d176a546 (patch)
tree0cb82db829ff91d662b20fe9f6ccfb33fbff3e2f /test/Assembler
parentc4c59c309ef8a3ebd3455dd6b5849fbfa008ed65 (diff)
Don't output bitcode to stdout in 2002-07-31-SlashInString.ll test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@326187 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler')
-rw-r--r--test/Assembler/2002-07-31-SlashInString.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2002-07-31-SlashInString.ll b/test/Assembler/2002-07-31-SlashInString.ll
index 879a96555c7..725bf3fbef1 100644
--- a/test/Assembler/2002-07-31-SlashInString.ll
+++ b/test/Assembler/2002-07-31-SlashInString.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llvm-dis | llvm-as
+; RUN: llvm-as < %s | llvm-dis | llvm-as -o /dev/null
; RUN: verify-uselistorder %s
; Make sure that \\ works in a string initializer