* objc.dg/objc-nofilename-1.m: Limit to Darwin.

From-SVN: r112424
This commit is contained in:
David Edelsohn 2006-03-27 17:03:56 +00:00 committed by David Edelsohn
parent b256fbaf6e
commit 25b773bef1
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-03-27 David Edelsohn <edelsohn@gnu.org>
* objc.dg/objc-nofilename-1.m: Limit to Darwin.
2006-03-27 Jakub Jelinek <jakub@redhat.com>
* gfortran.dg/advance_2.f90: New test.

View File

@ -1,5 +1,6 @@
/* Test to make sure that file name does not appear in the binary. */
/* { dg-do compile } */
/* { dg-do compile { target *-*-darwin* } } */
#include <objc/objc.h>
@interface Foo { Class isa; } @end