diff options
-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 |