]> git.saurik.com Git - apple/objc4.git/blob - test/evil-category-0.m
objc4-493.9.tar.gz
[apple/objc4.git] / test / evil-category-0.m
1 /*
2 rdar://8553305
3
4 TEST_CONFIG
5 TEST_CRASHES
6
7 TEST_BUILD
8 $C{COMPILE} $DIR/evil-category-0.m -dynamiclib -o libevil.dylib -framework Foundation
9 $C{COMPILE} $DIR/evil-main.m -x none -DNOT_EVIL libevil.dylib -o evil-category-0.out
10 END
11 */
12
13 // NOT EVIL version
14
15 #define EVIL_INSTANCE_METHOD 0
16 #define EVIL_CLASS_METHOD 0
17
18 #define OMIT_CAT 0
19 #define OMIT_NL_CAT 0
20
21 #include "evil-category-def.m"