diff options
| author | ruki <[email protected]> | 2016-02-22 08:49:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-02-22 08:49:20 +0800 |
| commit | ec6fd4eeca3fa468cffb25b472eb349c1fed06aa (patch) | |
| tree | 3dbbb42e44310d8ae80ba2361a9f34bbbb90da13 /tests/objc_console/src/main.m | |
| parent | 762f3cd87615acbed339931bfb56c2b75c44cfa0 (diff) | |
modify tests script
Diffstat (limited to 'tests/objc_console/src/main.m')
| -rwxr-xr-x | tests/objc_console/src/main.m | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/objc_console/src/main.m b/tests/objc_console/src/main.m deleted file mode 100755 index 61a3f5875..000000000 --- a/tests/objc_console/src/main.m +++ /dev/null @@ -1,10 +0,0 @@ -#import <Foundation/Foundation.h> - -int main(int argc, char** argv) -{ - @autoreleasepool - { - NSLog(@"hello world!"); - } - return 0; -} |
