]> git.saurik.com Git - apple/objc4.git/blobdiff - test/cacheflush2.m
objc4-818.2.tar.gz
[apple/objc4.git] / test / cacheflush2.m
index 439c178ef11d6f50d2aafd71113dea4b3897daa2..0337e3f8a85103042f9566cce0bced96c0394d90 100644 (file)
@@ -1,6 +1,6 @@
 #include "cacheflush.h"
 
-@implementation Super (Category2)
+@implementation TestRoot (Category2)
 +(int)classMethod { return 2; }
 -(int)instanceMethod { return 2; }
 @end