diff options
Diffstat (limited to 'gcc/testsuite/gcc.misc-tests/dg-6.c')
-rw-r--r-- | gcc/testsuite/gcc.misc-tests/dg-6.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/testsuite/gcc.misc-tests/dg-6.c b/gcc/testsuite/gcc.misc-tests/dg-6.c deleted file mode 100644 index 8323792..0000000 --- a/gcc/testsuite/gcc.misc-tests/dg-6.c +++ /dev/null @@ -1,9 +0,0 @@ -/* Test the tester. */ -/* { dg-prms-id 42 } */ -/* { dg-do run { target *-*-* } } */ -/* The \n is left out of the pattern because tcl's exec will remove it. */ -/* { dg-output {Hello world[.]} { xfail *-*-* } } */ - -#include <stdio.h> - -main () { printf ("Hello world (oops).\n"); return 0; } |