summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/CodeGenObjC/debug-property-synth.m8
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/test/CodeGenObjC/debug-property-synth.m b/clang/test/CodeGenObjC/debug-property-synth.m
index 6685ed2ea9f..68fb956def8 100644
--- a/clang/test/CodeGenObjC/debug-property-synth.m
+++ b/clang/test/CodeGenObjC/debug-property-synth.m
@@ -10,12 +10,12 @@
// Test that the linetable entries for the synthesized getter and
// setter are correct.
//
-// CHECK: define internal i32 {{.*}}[I p1]
-// CHECK-NOT: ret i32
+// CHECK: define {{.*}}[I p1]
+// CHECK-NOT: ret
// CHECK: load {{.*}}, !dbg ![[DBG1:[0-9]+]]
//
-// CHECK: define internal void {{.*}}[I setP1:]
-// CHECK-NOT: ret i32
+// CHECK: define {{.*}}[I setP1:]
+// CHECK-NOT: ret
// CHECK: load {{.*}}, !dbg ![[DBG2:[0-9]+]]
//
// CHECK: [ DW_TAG_subprogram ] [line [[@LINE+4]]] [local] [def] [-[I p1]]
OpenPOWER on IntegriCloud