Restore 'gcc.dg/pr78213.c' testing

... after it had gotten disabled in r243681 (Git
commit ecfc21ff34)
"Introduce selftest::locate_file".

	gcc/testsuite/
	* gcc.dg/pr78213.c: Restore testing.
This commit is contained in:
Thomas Schwinge 2021-08-17 08:45:18 +02:00
parent 2d9da1c897
commit a42467bdb7
1 changed files with 1 additions and 8 deletions

View File

@ -1,12 +1,5 @@
/* { dg-do compile } */
/* { dg-options "-fself-test" } */
/* When this test was written -fself-test took no argument, but it
has subsequently gained a mandatory argument, giving the path
to selftest support files (within the srcdir).
It's not clear how to provide this path sanely from
within DejaGnu, so for now, this test is disabled. */
/* { dg-skip-if "" { *-*-* } } */
/* { dg-options "-fself-test=$srcdir/selftests" } */
/* Verify that -fself-test does not fail on a non empty source. */