]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/objc/execute/string3.m
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / objc / execute / string3.m
diff --git a/gcc/testsuite/objc/execute/string3.m b/gcc/testsuite/objc/execute/string3.m
deleted file mode 100644 (file)
index 21527dc..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-/* Based on a test case contributed by Nicola Pero.  */
-
-#include <string.h>
-#include <stdlib.h>
-#include <objc/NXConstStr.h>
-
-#define STRING "this is a string"
-
-int main (int argc, void **args)
-{
-  if (strcmp ([@STRING cString], STRING))
-    abort ();
-  return 0;
-}