diff options
Diffstat (limited to 'gcc/testsuite/gdc.test/fail_compilation/ice14272.d')
-rw-r--r-- | gcc/testsuite/gdc.test/fail_compilation/ice14272.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gdc.test/fail_compilation/ice14272.d b/gcc/testsuite/gdc.test/fail_compilation/ice14272.d index d9f642dd3cc..ee102fc18d5 100644 --- a/gcc/testsuite/gdc.test/fail_compilation/ice14272.d +++ b/gcc/testsuite/gdc.test/fail_compilation/ice14272.d @@ -1,8 +1,8 @@ /* TEST_OUTPUT: --- -fail_compilation/ice14272.d(11): Error: circular initialization of variable 'ice14272.A14272!1.A14272.tag' -fail_compilation/ice14272.d(14): Error: template instance ice14272.A14272!1 error instantiating +fail_compilation/ice14272.d(11): Error: circular initialization of variable `ice14272.A14272!1.A14272.tag` +fail_compilation/ice14272.d(14): Error: template instance `ice14272.A14272!1` error instantiating --- */ |