diff options
Diffstat (limited to 'gcc/testsuite/gdc.test/fail_compilation/ice11944.d')
-rw-r--r-- | gcc/testsuite/gdc.test/fail_compilation/ice11944.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gdc.test/fail_compilation/ice11944.d b/gcc/testsuite/gdc.test/fail_compilation/ice11944.d index c72d9f0de5c..9b0326bf936 100644 --- a/gcc/testsuite/gdc.test/fail_compilation/ice11944.d +++ b/gcc/testsuite/gdc.test/fail_compilation/ice11944.d @@ -1,7 +1,7 @@ /* TEST_OUTPUT: --- -fail_compilation/ice11944.d(12): Error: template instance doCommand!(func) does not match template declaration doCommand(f, T)(f, T arg) +fail_compilation/ice11944.d(12): Error: template instance `doCommand!(func)` does not match template declaration `doCommand(f, T)(f, T arg)` --- */ |