From: Justin Lebar Date: Wed, 10 Feb 2016 01:34:17 +0000 (+0000) Subject: Remove some unnecessary CHECK-SAMEs in ModuleDebugInfo.{cpp,m}. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbedfdf40d3b6608c067f127a7409b9fef15be26;p=clang Remove some unnecessary CHECK-SAMEs in ModuleDebugInfo.{cpp,m}. Suggested by Paul Robinson. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260346 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/ModuleDebugInfo.cpp b/test/Modules/ModuleDebugInfo.cpp index f534151449..82b558af09 100644 --- a/test/Modules/ModuleDebugInfo.cpp +++ b/test/Modules/ModuleDebugInfo.cpp @@ -22,7 +22,6 @@ // CHECK-SAME: isOptimized: false, // CHECK-NOT: splitDebugFilename: // CHECK-SAME: dwoId: -// CHECK-SAME: ) // CHECK: !DICompositeType(tag: DW_TAG_enumeration_type, name: "Enum" // CHECK-SAME: identifier: "_ZTSN8DebugCXX4EnumE") diff --git a/test/Modules/ModuleDebugInfo.m b/test/Modules/ModuleDebugInfo.m index af2edcfc04..f7fcdc1980 100644 --- a/test/Modules/ModuleDebugInfo.m +++ b/test/Modules/ModuleDebugInfo.m @@ -59,7 +59,6 @@ // CHECK: ![[TD_STRUCT:.*]] = !DICompositeType(tag: DW_TAG_structure_type, // CHECK-NOT: name: // CHECK-SAME: elements: -// CHECK-SAME: ) // CHECK: !DIDerivedType(tag: DW_TAG_typedef, name: "TypedefStruct", // CHECK-SAME: baseType: ![[TD_STRUCT]])