diff options
Diffstat (limited to 'llvm/test/Assembler/2002-07-31-SlashInString.ll')
-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 0bce3bcfad5..879a96555c7 100644 --- a/llvm/test/Assembler/2002-07-31-SlashInString.ll +++ b/llvm/test/Assembler/2002-07-31-SlashInString.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llvm-dis | llvm-as -; RUN: verify-uselistorder %s -preserve-bc-use-list-order +; RUN: verify-uselistorder %s ; Make sure that \\ works in a string initializer @Slashtest = internal global [8 x i8] c"\5Cbegin{\00" |