Skip to content

Commit c13d38f

Browse files
committed
delete old test
1 parent 2619327 commit c13d38f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/generator_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -349,10 +349,6 @@ func (s *GeneratorSuite) TestGeneratorTreatsAnyAsNilable() {
349349
s.checkGenerationWithConfig("any_keyword.go", "UsesAny", cfg, expected)
350350
}
351351

352-
func (s *GeneratorSuite) TestGeneratorAcceptsIndexListExpr() {
353-
s.checkGeneration("index_list_expression.go", "IndexListExpr", false, "", "")
354-
}
355-
356352
func (s *GeneratorSuite) TestGeneratorPointers() {
357353
s.checkGeneration("requester_ptr.go", "RequesterPtr", false, "", "")
358354
}

0 commit comments

Comments
 (0)