summaryrefslogtreecommitdiff
path: root/test/val/val_webgpu_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/val/val_webgpu_test.cpp')
-rw-r--r--test/val/val_webgpu_test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/val/val_webgpu_test.cpp b/test/val/val_webgpu_test.cpp
index 27594e89..a45c9401 100644
--- a/test/val/val_webgpu_test.cpp
+++ b/test/val/val_webgpu_test.cpp
@@ -22,13 +22,12 @@ namespace spvtools {
namespace val {
namespace {
-using std::string;
using testing::HasSubstr;
using ValidateWebGPU = spvtest::ValidateBase<bool>;
TEST_F(ValidateWebGPU, OpUndefIsDisallowed) {
- string spirv = R"(
+ std::string spirv = R"(
OpCapability Shader
OpCapability Linkage
OpMemoryModel Logical GLSL450