Skip to content

Commit

Permalink
Fix the CI build on VS2022
Browse files Browse the repository at this point in the history
  • Loading branch information
aalex committed Dec 19, 2024
1 parent 4bffe71 commit c36a2a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/objects/patternal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ TEST_CASE("Test Patternal patterns", "[advanced][patternal]")

// Create the input pattern:
patternalProcessor.inputs.patterns.value = {
(patternal::Pattern) {42, {127, 127, 127, 127}}, // hi-hat
(patternal::Pattern) {38, {0, 127, 0, 127}}, // snare
(patternal::Pattern) {35, {127, 0, 127, 0}}, // bass drum
{42, {127, 127, 127, 127}}, // hi-hat
{38, {0, 127, 0, 127}}, // snare
{35, {127, 0, 127, 0}}, // bass drum
};

// Check that the input pattern is stored correctly:
Expand Down

0 comments on commit c36a2a7

Please sign in to comment.