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 /clang/test/Modules/ModuleDebugInfo.m | |
parent | 78591726fda848e210a065d37cf51a159a31e3af (diff) | |
download | bcm5719-llvm-af94c0f2b34240c3b7bc824f5dca68813f26ee8d.tar.gz bcm5719-llvm-af94c0f2b34240c3b7bc824f5dca68813f26ee8d.zip |
Remove some unnecessary CHECK-SAMEs in ModuleDebugInfo.{cpp,m}.
Suggested by Paul Robinson.
llvm-svn: 260346
Diffstat (limited to 'clang/test/Modules/ModuleDebugInfo.m')
-rw-r--r-- | clang/test/Modules/ModuleDebugInfo.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Modules/ModuleDebugInfo.m b/clang/test/Modules/ModuleDebugInfo.m index af2edcfc049..f7fcdc19802 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]]) |