diff options
-rw-r--r-- | test/Analysis/PR2978.m | 1 |
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 |