]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/objc.dg/image-info.m
[objective-c/c++, testsuite, 2/3] Workaround for PR90709.
[thirdparty/gcc.git] / gcc / testsuite / objc.dg / image-info.m
index 09329130a7364fbbebeb938ea8519f1724ab143c..b2effe5dc861f94141dffa586cdb21e12e13e07c 100644 (file)
@@ -7,7 +7,7 @@
 /* { dg-skip-if "NeXT-only" { *-*-* } { "-fgnu-runtime" } { "" } } */
 /* { dg-options "-freplace-objc-classes" } */
 
-#include <Foundation/NSObject.h>
+#include "../objc-obj-c++-shared/F-NSObject.h"
 
 extern void abort(void);
 #define CHECK_IF(expr) if(!(expr)) abort();