]> gcc.gnu.org Git - gcc.git/blobdiff - gcc/testsuite/gcc.dg/framework-2.c
framework-2.c: Fix up for non existent includes being fatal errors now.
[gcc.git] / gcc / testsuite / gcc.dg / framework-2.c
index 7e71b51b687f04c31c7f14a12d757bceb2bd07b6..0bc0b294e2019a1bfde48cb70c4b8777ca937d56 100644 (file)
@@ -1,4 +1,6 @@
 /* { dg-do compile { target *-*-darwin* } } */
 /* { dg-options "-F$srcdir/gcc.dg" } */
 
-#include <Foundation/Foundation.h> /* { dg-error "Foundation/Foundation.h: No such file" } */
+#include <Foundation/Foundation.h> /* { dg-error "Foundation/Foundation.h" } */
+/* { dg-message "terminated" "" { target *-*-* } 0 } */
+
This page took 0.034278 seconds and 5 git commands to generate.