From: Kevin Enderby Date: Mon, 12 Mar 2012 21:38:09 +0000 (+0000) Subject: Change the second line of the test added for r152414 to use CHECK-NEXT. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8b1527896455812b83615e23a753c6181f977159;p=oota-llvm.git Change the second line of the test added for r152414 to use CHECK-NEXT. Suggestion by Bill Wendling! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152582 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/MC/Disassembler/X86/simple-tests.txt b/test/MC/Disassembler/X86/simple-tests.txt index 414c5d5fe9e..c0e77d0698b 100644 --- a/test/MC/Disassembler/X86/simple-tests.txt +++ b/test/MC/Disassembler/X86/simple-tests.txt @@ -727,5 +727,5 @@ # rdar://8812056 lldb doesn't print the x86 lock prefix when disassembling # CHECK: lock -# CHECK: xaddq %rcx, %rbx +# CHECK-NEXT: xaddq %rcx, %rbx 0xf0 0x48 0x0f 0xc1 0xcb