aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/debug-info-variadic-method.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/debug-info-variadic-method.m')
-rw-r--r--test/CodeGenObjC/debug-info-variadic-method.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenObjC/debug-info-variadic-method.m b/test/CodeGenObjC/debug-info-variadic-method.m
index e895953ff6b6..828d4dc4a164 100644
--- a/test/CodeGenObjC/debug-info-variadic-method.m
+++ b/test/CodeGenObjC/debug-info-variadic-method.m
@@ -10,7 +10,7 @@
@implementation Foo
- (void) Bar: (int) n, ...
{
- // CHECK: ![[NUM:[^,]*]], null, null, null} ; [ DW_TAG_subroutine_type ]
- // CHECK: ![[NUM]] = {{!{null, ![^,]*, ![^,]*, ![^,]*, null}}}
+ // CHECK: !DISubroutineType(types: ![[NUM:[0-9]+]])
+ // CHECK: ![[NUM]] = {{!{null, ![^,]*, ![^,]*, ![^,]*, null}}}
}
@end