]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/objc/execute/selector-1.m
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / objc / execute / selector-1.m
diff --git a/gcc/testsuite/objc/execute/selector-1.m b/gcc/testsuite/objc/execute/selector-1.m
deleted file mode 100644 (file)
index 7e21da5..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/* Contributed by Nicola Pero - Thu Mar  8 16:27:46 CET 2001 */
-#include <objc/objc.h>
-#include <objc/objc-api.h>
-#include <objc/Object.h>
-
-int main (void)
-{
-  SEL selector;
-
-  selector = @selector (alloc);
-  if (strcmp (sel_get_name (selector), "alloc"))
-    {
-      abort ();
-    }
-
-  return 0;
-}