From d8dd92a70c5516ef06385dcb6fd55b006b8ac096 Mon Sep 17 00:00:00 2001 From: Dennis Date: Sat, 20 Jul 2024 13:37:09 +0200 Subject: [PATCH] Fix bugzilla 23830 - Azure failure for OMF: Module name not printed before struct symbol (#16727) --- compiler/test/fail_compilation/bug9631.d | 2 +- compiler/test/fail_compilation/fail19948.d | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/test/fail_compilation/bug9631.d b/compiler/test/fail_compilation/bug9631.d index 13974aa0e9..02fc7db061 100644 --- a/compiler/test/fail_compilation/bug9631.d +++ b/compiler/test/fail_compilation/bug9631.d @@ -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 { } diff --git a/compiler/test/fail_compilation/fail19948.d b/compiler/test/fail_compilation/fail19948.d index 9c23b78df9..09737e5b25 100644 --- a/compiler/test/fail_compilation/fail19948.d +++ b/compiler/test/fail_compilation/fail19948.d @@ -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() {