summaryrefslogtreecommitdiff
path: root/cli/tests/unit/webgpu_test.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-03-02 13:39:56 +0100
committerGitHub <noreply@github.com>2021-03-02 13:39:56 +0100
commitfaf2e802724be9d493dad232759b76e7253feab0 (patch)
tree50be81b16f237ef7d366ba29f816906488a5bb88 /cli/tests/unit/webgpu_test.ts
parentbadc88b78a623d66ae86157d44a438c14dd7616a (diff)
chore: upgrade crates (#9632)
Diffstat (limited to 'cli/tests/unit/webgpu_test.ts')
-rw-r--r--cli/tests/unit/webgpu_test.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/unit/webgpu_test.ts b/cli/tests/unit/webgpu_test.ts
index 628a3c8db..d40851dfa 100644
--- a/cli/tests/unit/webgpu_test.ts
+++ b/cli/tests/unit/webgpu_test.ts
@@ -1,6 +1,3 @@
-// TODO(lucacasonato): remove when GPUBufferUsage and friends are added to dlint
-// deno-lint-ignore-file no-undef
-
import { assert, assertEquals, unitTest } from "./test_util.ts";
let isCI: boolean;