summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/objc-literal-tests.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenObjC/objc-literal-tests.m')
-rw-r--r--clang/test/CodeGenObjC/objc-literal-tests.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/objc-literal-tests.m b/clang/test/CodeGenObjC/objc-literal-tests.m
index c53ee644f05..03286e24563 100644
--- a/clang/test/CodeGenObjC/objc-literal-tests.m
+++ b/clang/test/CodeGenObjC/objc-literal-tests.m
@@ -94,4 +94,4 @@ void baz(void) {
bar(^(void) { return YES; });
}
-// CHECK: attributes [[NUW]] = { nounwind{{.*}} }
+// CHECK: attributes [[NUW]] = { {{(norecurse )?}}nounwind{{.*}} }
OpenPOWER on IntegriCloud