* objc.dg/objc-nofilename-1.m: Limit to Darwin.
From-SVN: r112424
This commit is contained in:
parent
b256fbaf6e
commit
25b773bef1
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue