diff options
Diffstat (limited to 'test/PCH/method_pool.h')
-rw-r--r-- | test/PCH/method_pool.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/PCH/method_pool.h b/test/PCH/method_pool.h index f7af904..8085836 100644 --- a/test/PCH/method_pool.h +++ b/test/PCH/method_pool.h @@ -22,8 +22,7 @@ @end @implementation TestMethodPool1 -+ alloc { -} ++ alloc { return 0; } - (double)instMethod:(int)foo { return foo; |