X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fobjc%2Fexecute%2Fselector-1.m;fp=gcc%2Ftestsuite%2Fobjc%2Fexecute%2Fselector-1.m;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=7e21da52a5edd3d5f200bf4d8b57a6b3e78689fe;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/objc/execute/selector-1.m b/gcc/testsuite/objc/execute/selector-1.m deleted file mode 100644 index 7e21da52..00000000 --- a/gcc/testsuite/objc/execute/selector-1.m +++ /dev/null @@ -1,17 +0,0 @@ -/* Contributed by Nicola Pero - Thu Mar 8 16:27:46 CET 2001 */ -#include -#include -#include - -int main (void) -{ - SEL selector; - - selector = @selector (alloc); - if (strcmp (sel_get_name (selector), "alloc")) - { - abort (); - } - - return 0; -}