Skip to content

Commit ec04d2b

Browse files
committed
address comments
1 parent 9e0ebcc commit ec04d2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/webgpu/api/validation/capability_checks/limits/limit_utils.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,11 +1278,10 @@ export function testMaxStorageXXXInYYYStageDeviceCreationWithDependentLimit(
12781278
g.test(`auto_upgrades_per_stage,${dependentLimitName}`)
12791279
.desc(
12801280
`Test that
1281-
* adapter.limit.${limit} < adapter.limit${dependentLimitName}
1281+
* adapter.limit.${limit} < adapter.limit.${dependentLimitName}
12821282
* requiredLimits.${limit} auto-upgrades device.limits.${dependentLimitName}
12831283
`
12841284
)
1285-
.params(u => u.combine('useMax', [true, false] as const)) // true case should not reject.
12861285
.fn(async t => {
12871286
const { adapterLimit: maximumLimit, adapter } = t;
12881287

0 commit comments

Comments
 (0)