diff options
| author | Alexander Richardson <arichardson.kde@gmail.com> | 2018-02-27 11:15:05 +0000 |
|---|---|---|
| committer | Alexander Richardson <arichardson.kde@gmail.com> | 2018-02-27 11:15:05 +0000 |
| commit | 53713c0e1aee218fbad02827cc3ad3c598ef157e (patch) | |
| tree | a630f783ab2678c9339d7046b60a04fad53241a0 /llvm/test | |
| parent | 7779203d805db7a1e8ad50910e77083c2f0fb839 (diff) | |
| download | bcm5719-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.ll | 2 |
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 |

