Skip to content

Commit

Permalink
fixup! Add back support for Windows 32 bit
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Mar 29, 2024
1 parent 466ac1d commit ffc754d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/UnitTests.d
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ D", options);

// Temporarily disable this test on Windows 64bit since it's failing for some
// unknown reason
version (Win64) {}
version (Windows) {}
else
{
// Test abort on spelling collision.
Expand Down

0 comments on commit ffc754d

Please sign in to comment.