From d20b7543996b09bc7444262e3111c930226ecd11 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Tue, 7 Jan 2025 11:33:39 -0800 Subject: [PATCH] address comments --- src/webgpu/api/operation/storage_texture/read_write.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webgpu/api/operation/storage_texture/read_write.spec.ts b/src/webgpu/api/operation/storage_texture/read_write.spec.ts index d31ef4d9b8b..ad70d68352c 100644 --- a/src/webgpu/api/operation/storage_texture/read_write.spec.ts +++ b/src/webgpu/api/operation/storage_texture/read_write.spec.ts @@ -326,7 +326,7 @@ g.test('basic') t.skipIf( !(t.device.limits.maxStorageTexturesInFragmentStage! > 0), `maxStorageTexturesInFragmentStage(${t.device.limits - .maxStorageTexturesInFragmentStage!}) is not >= 0` + .maxStorageTexturesInFragmentStage!}) is not > 0` ); } }