X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fobjc%2Fexecute%2Fstring3.m;fp=gcc%2Ftestsuite%2Fobjc%2Fexecute%2Fstring3.m;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=21527dcbf1552b9c44871e4ca6578397a488be34;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/objc/execute/string3.m b/gcc/testsuite/objc/execute/string3.m deleted file mode 100644 index 21527dcb..00000000 --- a/gcc/testsuite/objc/execute/string3.m +++ /dev/null @@ -1,14 +0,0 @@ -/* Based on a test case contributed by Nicola Pero. */ - -#include -#include -#include - -#define STRING "this is a string" - -int main (int argc, void **args) -{ - if (strcmp ([@STRING cString], STRING)) - abort (); - return 0; -}