Skip to content

Commit

Permalink
fix review 3
Browse files Browse the repository at this point in the history
  • Loading branch information
shrekshao committed Jan 28, 2025
1 parent e32e433 commit 0d417f8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ g.test('subresources,color_attachments')
.unless(t => t.inSamePass && t.level0 !== t.level1)
)
.beforeAllSubcases(t => {
if (t.isCompatibility) {
t.selectDeviceForRenderableColorFormatOrSkipTestCase('r32float');
}
t.selectDeviceForRenderableColorFormatOrSkipTestCase('r32float');
})
.fn(t => {
const { layer0, level0, layer1, level1, inSamePass } = t.params;
Expand Down

0 comments on commit 0d417f8

Please sign in to comment.