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