aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lebar <jlebar@google.com>2016-02-10 01:34:17 +0000
committerJustin Lebar <jlebar@google.com>2016-02-10 01:34:17 +0000
commitaf94c0f2b34240c3b7bc824f5dca68813f26ee8d (patch)
tree4575262487603aababd6599861c0bc1614c958ac
parent78591726fda848e210a065d37cf51a159a31e3af (diff)
downloadllvm-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.cpp1
-rw-r--r--clang/test/Modules/ModuleDebugInfo.m1
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]])