]> git.saurik.com Git - apple/objc4.git/blobdiff - test/debuggerMode.m
objc4-493.9.tar.gz
[apple/objc4.git] / test / debuggerMode.m
index 2836a4d53bf80951050f5959cb0dd9301e762832..b7607060727a63e75f97c3b9e1edd9abae9b4bc9 100644 (file)
@@ -1,3 +1,6 @@
+// rdar://6401639, waiting for rdar://5648998
+// TEST_DISABLED
+
 #include "test.h"
 #include <objc/objc.h>
 #include <mach/mach.h>
@@ -5,9 +8,6 @@
 #define _OBJC_PRIVATE_H_
 #include <objc/objc-gdb.h>
 
-extern void _objc_flush_caches(Class cls, BOOL flushMeta);
-
-
 @interface Super { id isa; } @end
 
 @implementation Super
@@ -30,6 +30,8 @@ void *thread(void *arg __unused)
         [Super method];
         _objc_flush_caches(0, YES);
     }
+
+    return NULL;
 }