From: Jon Roelofs Date: Mon, 13 Apr 2020 16:19:57 +0000 (-0600) Subject: [llvm] Fix another missing FileCheck colon X-Git-Tag: llvmorg-12-init~9225 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c0f1cf98d80ed7004f8dddcc41ccabf36bd52a4;p=platform%2Fupstream%2Fllvm.git [llvm] Fix another missing FileCheck colon --- diff --git a/llvm/test/tools/dsymutil/X86/modules.m b/llvm/test/tools/dsymutil/X86/modules.m index 9e41786..9467dcb 100644 --- a/llvm/test/tools/dsymutil/X86/modules.m +++ b/llvm/test/tools/dsymutil/X86/modules.m @@ -116,8 +116,7 @@ Bar odr_violation = { 42 }; // CHECK: DW_AT_type {{.*}}{0x{{0*}}[[PTR:.*]]} // // CHECK: 0x{{0*}}[[PTR]]: DW_TAG_pointer_type -// FIXME: The next line doesn't work. -// CHECK-NEXT DW_AT_type [DW_FORM_ref_addr] {0x{{0*}}[[INTERFACE]] +// CHECK-NEXT: DW_AT_type [DW_FORM_ref_addr] (0x{{0*}}[[INTERFACE]] extern int odr_violation; @import Foo;