diff options
Diffstat (limited to 'gcc/testsuite/gdc.test/fail_compilation/ice8309.d')
-rw-r--r-- | gcc/testsuite/gdc.test/fail_compilation/ice8309.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gdc.test/fail_compilation/ice8309.d b/gcc/testsuite/gdc.test/fail_compilation/ice8309.d index 5d5bb83298d..2446914477a 100644 --- a/gcc/testsuite/gdc.test/fail_compilation/ice8309.d +++ b/gcc/testsuite/gdc.test/fail_compilation/ice8309.d @@ -1,7 +1,7 @@ /* TEST_OUTPUT: --- -fail_compilation/ice8309.d(10): Error: incompatible types for ((__lambda1) : (__lambda2)): 'double function() pure nothrow @nogc @safe' and 'int function() pure nothrow @nogc @safe' +fail_compilation/ice8309.d(10): Error: incompatible types for `(__lambda1) : (__lambda2)`: `double function() pure nothrow @nogc @safe` and `int function() pure nothrow @nogc @safe` --- */ |