diff options
Diffstat (limited to 'gcc/testsuite/objc/execute/string4.m')
-rw-r--r-- | gcc/testsuite/objc/execute/string4.m | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gcc/testsuite/objc/execute/string4.m b/gcc/testsuite/objc/execute/string4.m deleted file mode 100644 index a7bcf431d52..00000000000 --- a/gcc/testsuite/objc/execute/string4.m +++ /dev/null @@ -1,16 +0,0 @@ -/* Based on a test case contributed by Nicola Pero. */ - -#import "../../objc-obj-c++-shared/next-mapping.h" -#include <string.h> -#include <stdlib.h> - -#ifndef __NEXT_RUNTIME__ -#include <objc/NXConstStr.h> -#endif - -int main(int argc, void **args) -{ - if ([@"this is a string" length] != strlen ("this is a string")) - abort (); - return 0; -} |