]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* objc.dg/objc-nofilename-1.m: Limit to Darwin.
authorDavid Edelsohn <edelsohn@gnu.org>
Mon, 27 Mar 2006 17:03:56 +0000 (17:03 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Mon, 27 Mar 2006 17:03:56 +0000 (12:03 -0500)
From-SVN: r112424

gcc/testsuite/ChangeLog
gcc/testsuite/objc.dg/objc-nofilename-1.m

index e1139be7216fb019713a63bc03f5361ddf1337b8..539c2a821ca1843c14db1750888d0e577a5b6396 100644 (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.
index 0bd49ff6d7fd7c957c158aba494a419765e4da2b..21e0c53b70e9c8f9330c48bf6443f33ec1d864c3 100644 (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