Skip to content

Commit 0722adb

Browse files
typo: add end quote to texture format <X> requires feature: '<F>
1 parent 54bcb31 commit 0722adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webgpu/gpu_test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ export class GPUTestBase extends Fixture<GPUTestSubcaseBatchState> {
497497
const feature = getRequiredFeatureForTextureFormat(format);
498498
this.skipIf(
499499
!!feature && !this.device.features.has(feature),
500-
`texture format '${format}' requires feature: '${feature}`
500+
`texture format '${format}' requires feature: '${feature}'`
501501
);
502502
}
503503
}

0 commit comments

Comments
 (0)