]> git.saurik.com Git - apple/objc4.git/blobdiff - test/classgetclass.m
objc4-818.2.tar.gz
[apple/objc4.git] / test / classgetclass.m
index 70686ebc931bd9f5f38cd27f94b18b8f495e8624..b73243b23f1e7eeaf6d56cd00642c0f6cbb84eff 100644 (file)
@@ -12,9 +12,6 @@
 
 int main()
 {
-#if __OBJC2__
     testassert(gdb_class_getClass([Foo class]) == [Foo class]);
-#endif
-
     succeed(__FILE__);
 }