Fix bugzilla 23830 - Azure failure for OMF: Module name not printed before struct symbol (#16727)

This commit is contained in:
Dennis 2024-07-20 13:37:09 +02:00 committed by GitHub
parent e7f132a0ab
commit d8dd92a70c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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`
---
*/
// DISABLED: win32
template T1()
{
struct F { }

View file

@ -1,5 +1,5 @@
// https://issues.dlang.org/show_bug.cgi?id=19948
// DISABLED: win32
/*
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
---
*/
// DISABLED: win32
struct X {}
void main()
{