Skip to content

Commit 88a3c58

Browse files
[nit] remove useless --' test comments (#20394)
0d61fd0 and 94745f5 seem to have added these useless --' comments by mistake in the course of doing other things.
1 parent 0430236 commit 88a3c58

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

test-data/unit/check-incremental.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2336,7 +2336,6 @@ tmp/c.py:1: error: Module "d" has no attribute "x"
23362336
[out]
23372337
[out2]
23382338
mypy: can't read file 'tmp/nonexistent.py': No such file or directory
2339-
-- '
23402339

23412340
[case testSerializeAbstractPropertyIncremental]
23422341
from abc import abstractmethod

test-data/unit/cmdline.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ sub.pkg is not a valid Python package name
117117
mypy: can't decode file 'a.py': unknown encoding: uft-8
118118
== Return code: 2
119119

120-
-- '
121120
[case testCannotIgnoreDuplicateModule]
122121
# cmd: mypy one/mod/__init__.py two/mod/__init__.py
123122
[file one/mod/__init__.py]
@@ -546,7 +545,6 @@ a/b/c/d/e/__init__.py:3: error: Argument 1 to "g" has incompatible type "None";
546545
[out]
547546
mypy: can't read file 'nope.py': No such file or directory
548547
== Return code: 2
549-
--'
550548

551549
[case testModulesAndPackages]
552550
# cmd: mypy --package p.a --package p.b --module c

0 commit comments

Comments
 (0)