nested-func-1.m: Move to ...

2005-08-13  Andrew Pinski  <pinskia@physics.uc.edu>

        * objc.dg/nested-func-1.m: Move to ...
        * objc/execute/nested-func-1.m: Here.

From-SVN: r103072
This commit is contained in:
Andrew Pinski 2005-08-14 01:33:13 +00:00 committed by Andrew Pinski
parent d3748cf565
commit 65045c0903
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-08-13 Andrew Pinski <pinskia@physics.uc.edu>
* objc.dg/nested-func-1.m: Move to ...
* objc/execute/nested-func-1.m: Here.
2005-08-13 Andrew Pinski <pinskia@physics.uc.edu>
* lib/objc.exp (objc_target_compile): Check for -fgnu-runtime

View File

@ -1,8 +1,6 @@
/* Test basic nested C function functionality within ObjC
methods. */
/* Contributed by Ziemowit Laski <zlaski@apple.com>. */
/* { dg-options "-lobjc" } */
/* { dg-do run } */
#include <stdio.h>
#include <stdlib.h>
#include <objc/objc.h>