Skip to content

Commit dc48143

Browse files
committed
Switch check-newsyntax and check-underscores to fast parser
1 parent 5f3f132 commit dc48143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mypy/test/testcheck.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@
7878
files.extend(fast_parser_files)
7979

8080
if 'annotation' in typed_ast.ast35.Assign._fields:
81-
files.append('check-newsyntax.test')
81+
fast_parser_files.append('check-newsyntax.test')
8282

8383
if 'contains_underscores' in typed_ast.ast35.Num._fields:
84-
files.append('check-underscores.test')
84+
fast_parser_files.append('check-underscores.test')
8585

8686

8787
class TypeCheckSuite(DataSuite):

0 commit comments

Comments
 (0)