]> granicus.if.org Git - clang/commitdiff
Fix a typo and make this test stricter.
authorAdrian Prantl <aprantl@apple.com>
Fri, 11 Sep 2015 18:54:34 +0000 (18:54 +0000)
committerAdrian Prantl <aprantl@apple.com>
Fri, 11 Sep 2015 18:54:34 +0000 (18:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@247449 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/ExtDebugInfo.m

index 6431a88677da9d047022d029bf1998a2ed4a15ba..29ce29434ae5659148bae91aa9dde0e183748ad1 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: rm -rf %t
-// Test that only forward declarations are emitted for types dfined in modules.
+// Test that only forward declarations are emitted for types defined in modules.
 
 // Modules:
 // RUN: %clang_cc1 -x objective-c -g -dwarf-ext-refs -fmodules \
@@ -23,7 +23,10 @@ int foo(ObjCClass *c) {
   return [c property];
 }
 
-// CHECK: !DICompositeType(tag: DW_TAG_structure_type,
+// CHECK-NOT: !DICompositeType(tag: DW_TAG_structure_type,
+// CHECK: !DICompositeType(tag: DW_TAG_structure_type, name: "ObjCClass",
 // CHECK-SAME:             scope: ![[MOD:[0-9]+]],
 // CHECK-SAME:             flags: DIFlagFwdDecl)
+// CHECK-NOT: !DICompositeType(tag: DW_TAG_structure_type,
 // CHECK: ![[MOD]] = !DIModule(scope: null, name: {{.*}}DebugObjC
+// CHECK-NOT: !DICompositeType(tag: DW_TAG_structure_type,