mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 13:40:11 +03:00
CI: Disable tests so Azure OMG targets pass (stable) (#15132)
This commit is contained in:
parent
ca016bd979
commit
a212909f97
2 changed files with 2 additions and 2 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`
|
||||
---
|
||||
*/
|
||||
|
||||
// DISABLED: win32
|
||||
template T1()
|
||||
{
|
||||
struct F { }
|
||||
|
|
|
@ -7,7 +7,7 @@ fail_compilation/fail19948.d(15): Error: function `fail19948.func(const(X))` is
|
|||
fail_compilation/fail19948.d(15): cannot pass argument `X()` of type `fail19948.main.X` to parameter `const(fail19948.X)`
|
||||
---
|
||||
*/
|
||||
|
||||
// DISABLED: win32
|
||||
struct X {}
|
||||
void main()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue