From: Manman Ren Date: Mon, 28 Jul 2014 22:46:46 +0000 (+0000) Subject: Remove extra ; in testing case. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6514cc5cb56741ed53c480a773887208bfb750c6;p=oota-llvm.git Remove extra ; in testing case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214137 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Linker/type-unique-type-array-a.ll b/test/Linker/type-unique-type-array-a.ll index f51bb0e49a5..525cf1514be 100644 --- a/test/Linker/type-unique-type-array-a.ll +++ b/test/Linker/type-unique-type-array-a.ll @@ -20,7 +20,7 @@ ; 13 } ; ; CHECK: DW_TAG_compile_unit -; ; CHECK: DW_TAG_class_type +; CHECK: DW_TAG_class_type ; CHECK-NEXT: DW_AT_name {{.*}} "A" ; CHECK: DW_TAG_subprogram ; CHECK: DW_AT_MIPS_linkage_name {{.*}} "_ZN1A5testAE2SA"