Skip to content

Commit

Permalink
CI: Disable tests so Azure OMF targets pass
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorpel authored and Geod24 committed Apr 6, 2023
1 parent 4bccfb4 commit 4a7f82a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler/test/fail_compilation/bug9631.d
Original file line number Diff line number Diff line change
Expand Up @@ -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 { }
Expand Down
2 changes: 1 addition & 1 deletion compiler/test/fail_compilation/fail19948.d
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// https://issues.dlang.org/show_bug.cgi?id=19948

// DISABLED: win32
/*
TEST_OUTPUT:
---
Expand Down

0 comments on commit 4a7f82a

Please sign in to comment.