diff options
Diffstat (limited to 'test/CodeGenObjC/2010-02-15-Dbg-MethodStart.m')
-rw-r--r-- | test/CodeGenObjC/2010-02-15-Dbg-MethodStart.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/2010-02-15-Dbg-MethodStart.m b/test/CodeGenObjC/2010-02-15-Dbg-MethodStart.m index 3fb98c5..1a5df30 100644 --- a/test/CodeGenObjC/2010-02-15-Dbg-MethodStart.m +++ b/test/CodeGenObjC/2010-02-15-Dbg-MethodStart.m @@ -7,7 +7,7 @@ @implementation Foo -(int) barMethod { -// CHECK: [ DW_TAG_subprogram ] [line [[@LINE-1]]] + // CHECK: !DISubprogram({{.*}}line: [[@LINE-1]] int i = 0; int j = 1; int k = 1; |