diff options
author | Justin Lebar <jlebar@google.com> | 2016-02-10 01:34:17 +0000 |
---|---|---|
committer | Justin Lebar <jlebar@google.com> | 2016-02-10 01:34:17 +0000 |
commit | af94c0f2b34240c3b7bc824f5dca68813f26ee8d (patch) | |
tree | 4575262487603aababd6599861c0bc1614c958ac | |
parent | 78591726fda848e210a065d37cf51a159a31e3af (diff) | |
download | llvm-af94c0f2b34240c3b7bc824f5dca68813f26ee8d.zip llvm-af94c0f2b34240c3b7bc824f5dca68813f26ee8d.tar.gz llvm-af94c0f2b34240c3b7bc824f5dca68813f26ee8d.tar.bz2 |
Remove some unnecessary CHECK-SAMEs in ModuleDebugInfo.{cpp,m}.
Suggested by Paul Robinson.
llvm-svn: 260346
-rw-r--r-- | clang/test/Modules/ModuleDebugInfo.cpp | 1 | ||||
-rw-r--r-- | clang/test/Modules/ModuleDebugInfo.m | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/Modules/ModuleDebugInfo.cpp b/clang/test/Modules/ModuleDebugInfo.cpp index f534151..82b558a 100644 --- a/clang/test/Modules/ModuleDebugInfo.cpp +++ b/clang/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/clang/test/Modules/ModuleDebugInfo.m b/clang/test/Modules/ModuleDebugInfo.m index af2edcf..f7fcdc1 100644 --- a/clang/test/Modules/ModuleDebugInfo.m +++ b/clang/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]]) |