aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-07-21 18:52:41 +0000
committerMike Stump <mrs@apple.com>2009-07-21 18:52:41 +0000
commit431e4d33ffad874ad471385d73a3e1b4238447e9 (patch)
tree32ae4c17da113f2089f3993f3a37b2fff16c2c0c
parent339d52a8ddcb345275ec48c7bab849a8943fa9f5 (diff)
Prep for new warning.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76611 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Analysis/PR2978.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/PR2978.m b/test/Analysis/PR2978.m
index 7bc90b8d03..0cb3dea8ea 100644
--- a/test/Analysis/PR2978.m
+++ b/test/Analysis/PR2978.m
@@ -55,6 +55,7 @@
[self setW:@"newW"]; // This will release '_W', but retain the new value
self.O = 0; // no-warning
[super dealloc];
+ return 0;
}
@end