X-Git-Url: https://git.saurik.com/apple/objc4.git/blobdiff_plain/7af964d1562d70f51a8e9aca24215ac3d83d0624..refs/heads/master:/test/cacheflush2.m diff --git a/test/cacheflush2.m b/test/cacheflush2.m index 439c178..0337e3f 100644 --- a/test/cacheflush2.m +++ b/test/cacheflush2.m @@ -1,6 +1,6 @@ #include "cacheflush.h" -@implementation Super (Category2) +@implementation TestRoot (Category2) +(int)classMethod { return 2; } -(int)instanceMethod { return 2; } @end