summaryrefslogtreecommitdiffstats
path: root/llvm/test
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
commit53713c0e1aee218fbad02827cc3ad3c598ef157e (patch)
treea630f783ab2678c9339d7046b60a04fad53241a0 /llvm/test
parent7779203d805db7a1e8ad50910e77083c2f0fb839 (diff)
downloadbcm5719-llvm-53713c0e1aee218fbad02827cc3ad3c598ef157e.tar.gz
bcm5719-llvm-53713c0e1aee218fbad02827cc3ad3c598ef157e.zip
Don't output bitcode to stdout in 2002-07-31-SlashInString.ll test
llvm-svn: 326187
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Assembler/2002-07-31-SlashInString.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/2002-07-31-SlashInString.ll b/llvm/test/Assembler/2002-07-31-SlashInString.ll
index 879a96555c7..725bf3fbef1 100644
--- a/llvm/test/Assembler/2002-07-31-SlashInString.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud