1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Don't output bitcode to stdout in 2002-07-31-SlashInString.ll test

llvm-svn: 326187
This commit is contained in:
Alexander Richardson 2018-02-27 11:15:05 +00:00
parent 4d7240db93
commit 16bd68e6b0

View File

@ -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