Skip to content

Commit 8d7b261

Browse files
committed
Revert disabling of subsequent test cases
1 parent 7c628aa commit 8d7b261

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/test/Analysis/Checkers/WebKit/unretained-call-args.mm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ void foo(Details* details) {
412412
boo(@(details->value));
413413
}
414414
}
415-
#if 0
415+
416416
namespace call_with_cf_string {
417417
void bar(CFStringRef);
418418
void foo() {
@@ -607,4 +607,3 @@ - (NSString *)convertImage {
607607
return stringForImage(image.get());
608608
}
609609
@end
610-
#endif

0 commit comments

Comments
 (0)