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