diff --git a/test/TestPushConstant.cpp b/test/TestPushConstant.cpp index 23d24c010..c885f1d87 100644 --- a/test/TestPushConstant.cpp +++ b/test/TestPushConstant.cpp @@ -197,7 +197,11 @@ TEST(TestPushConstants, TestConstantsMixedTypes) pa[2] += pcs.z; })"); - struct TestConsts{float x; uint32_t y; int32_t z;}; + struct TestConsts{ + float x; + uint32_t y; + int32_t z; + }; std::vector spirv = compileSource(shader);