Skip to content

Commit e25f9be

Browse files
typo: add end quote to texture format <X> requires feature: '<F> (#4369)
1 parent 8b48ab0 commit e25f9be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/webgpu/gpu_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ export class GPUTestBase extends Fixture<GPUTestSubcaseBatchState> {
498498
const feature = getRequiredFeatureForTextureFormat(format);
499499
this.skipIf(
500500
!!feature && !this.device.features.has(feature),
501-
`texture format '${format}' requires feature: '${feature}`
501+
`texture format '${format}' requires feature: '${feature}'`
502502
);
503503
}
504504
}

0 commit comments

Comments
 (0)