From f86535973c839ce35af2e974755e27eefad2c286 Mon Sep 17 00:00:00 2001 From: Alexandre Quessy Date: Thu, 19 Dec 2024 11:54:29 -0500 Subject: [PATCH] Fix the CI build on VS2022 --- tests/objects/patternal.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/objects/patternal.cpp b/tests/objects/patternal.cpp index 39ea226..e488b23 100644 --- a/tests/objects/patternal.cpp +++ b/tests/objects/patternal.cpp @@ -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: