Restore 'gcc.dg/pr78213.c' testing

... after it had gotten disabled in r243681 (Git
commit ecfc21ff34ddc6f8aa517251fb51494c68ff741f)
"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

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. */