Skip to content

Commit

Permalink
Test build checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiawei-Shao committed Dec 23, 2024
1 parent 9873a0f commit f1e8d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webgpu/api/validation/createPipelineLayout.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ g.test('bind_group_layouts,create_pipeline_with_null_bind_group_layouts')
the shaders.
`
)
.params(u =>
.paramsSubcasesOnly(u =>
u
.combine('pipelineType', ['Render', 'Compute'] as const)
.combine('emptyBindGroupLayoutType', ['Null', 'Undefined'] as const)
Expand Down

0 comments on commit f1e8d8a

Please sign in to comment.