diff --git a/src/reader/spirv/parser_impl_module_var_test.cc b/src/reader/spirv/parser_impl_module_var_test.cc index 9d12fcd0bd..9347c770df 100644 --- a/src/reader/spirv/parser_impl_module_var_test.cc +++ b/src/reader/spirv/parser_impl_module_var_test.cc @@ -4698,50 +4698,6 @@ fn main([[location(9)]] x_1_param : f32, [[location(11)]] x_1_param_1 : vec4Parse()) << p->error() << assembly; - EXPECT_THAT(p->error(), - HasSubstr("Location decoration can only be applied to a variable " - "or member of a structure type")); -} - TEST_F(SpvModuleScopeVarParserTest, EntryPointWrapping_Interpolation_Flat_Vertex_In) { // Flat decorations are dropped for integral