fix test for class properties

main
Niels Grewe 6 years ago committed by David Chisnall
parent ecdc4ffbd4
commit 59815ebc10

@ -31,9 +31,9 @@ int main(int argc, char** argv)
prop = class_getProperty(test, "val2");
assert(prop);
assert(strcmp("Ti,R,D", property_getAttributes(prop)) == 0);
#ifdef DGS_RUNTIME_V2
#ifdef GS_RUNTIME_V2
test = object_getClass(test);
objc_property_t prop = class_getProperty(test, "val2");
prop = class_getProperty(test, "val2");
assert(prop);
assert(strcmp("Ti,R,D", property_getAttributes(prop)) == 0);
#endif

Loading…
Cancel
Save