mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
Fix bugzilla 23830 - Azure failure for OMF: Module name not printed before struct symbol (#16727)
This commit is contained in:
parent
e7f132a0ab
commit
d8dd92a70c
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ TEST_OUTPUT:
|
||||||
fail_compilation/bug9631.d(20): Error: cannot implicitly convert expression `F()` of type `bug9631.T1!().F` to `bug9631.T2!().F`
|
fail_compilation/bug9631.d(20): Error: cannot implicitly convert expression `F()` of type `bug9631.T1!().F` to `bug9631.T2!().F`
|
||||||
---
|
---
|
||||||
*/
|
*/
|
||||||
// DISABLED: win32
|
|
||||||
template T1()
|
template T1()
|
||||||
{
|
{
|
||||||
struct F { }
|
struct F { }
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// https://issues.dlang.org/show_bug.cgi?id=19948
|
// https://issues.dlang.org/show_bug.cgi?id=19948
|
||||||
// DISABLED: win32
|
|
||||||
/*
|
/*
|
||||||
TEST_OUTPUT:
|
TEST_OUTPUT:
|
||||||
---
|
---
|
||||||
|
@ -8,7 +8,7 @@ fail_compilation/fail19948.d(16): cannot pass argument `X()` of type `fai
|
||||||
fail_compilation/fail19948.d(19): `fail19948.func(const(X))` declared here
|
fail_compilation/fail19948.d(19): `fail19948.func(const(X))` declared here
|
||||||
---
|
---
|
||||||
*/
|
*/
|
||||||
// DISABLED: win32
|
|
||||||
struct X {}
|
struct X {}
|
||||||
void main()
|
void main()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue