diff options
Diffstat (limited to 'llvm/test/Assembler/2002-07-25-QuoteInString.ll')
-rw-r--r-- | llvm/test/Assembler/2002-07-25-QuoteInString.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Assembler/2002-07-25-QuoteInString.ll b/llvm/test/Assembler/2002-07-25-QuoteInString.ll index 5ca41dddcac..e6e4eae54d9 100644 --- a/llvm/test/Assembler/2002-07-25-QuoteInString.ll +++ b/llvm/test/Assembler/2002-07-25-QuoteInString.ll @@ -1,6 +1,6 @@ ; Test double quotes in strings work correctly! ; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis ; -; RUN: verify-uselistorder %s -preserve-bc-use-list-order -num-shuffles=5 +; RUN: verify-uselistorder %s -preserve-bc-use-list-order @str = internal global [6 x i8] c"\22foo\22\00" ; <[6 x i8]*> [#uses=0] |