Skip to content

Commit 7691315

Browse files
authored
Update cmdline.test
1 parent 5de7da2 commit 7691315

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test-data/unit/cmdline.test

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -960,8 +960,6 @@ src/foo/bar.py: note: Common resolutions include: a) adding `__init__.py` somewh
960960
[file test.py]
961961
x = 1
962962
[out]
963-
usage: mypy [-h] [-v] [-V] [more options; see below]
964-
[-m MODULE] [-p PACKAGE] [-c PROGRAM_TEXT] [files ...]
965963
mypy: error: Invalid error code(s): YOLO
966964
== Return code: 2
967965

@@ -970,8 +968,6 @@ mypy: error: Invalid error code(s): YOLO
970968
[file test.py]
971969
x = 1
972970
[out]
973-
usage: mypy [-h] [-v] [-V] [more options; see below]
974-
[-m MODULE] [-p PACKAGE] [-c PROGRAM_TEXT] [files ...]
975971
mypy: error: Invalid error code(s): YOLO
976972
== Return code: 2
977973

@@ -980,8 +976,6 @@ mypy: error: Invalid error code(s): YOLO
980976
[file test.py]
981977
x = 1
982978
[out]
983-
usage: mypy [-h] [-v] [-V] [more options; see below]
984-
[-m MODULE] [-p PACKAGE] [-c PROGRAM_TEXT] [files ...]
985979
mypy: error: Invalid error code(s): YOLO, YOLO2
986980
== Return code: 2
987981

@@ -990,8 +984,6 @@ mypy: error: Invalid error code(s): YOLO, YOLO2
990984
[file test.py]
991985
x = 1
992986
[out]
993-
usage: mypy [-h] [-v] [-V] [more options; see below]
994-
[-m MODULE] [-p PACKAGE] [-c PROGRAM_TEXT] [files ...]
995987
mypy: error: Invalid error code(s): YOLO
996988
== Return code: 2
997989

@@ -1000,8 +992,6 @@ mypy: error: Invalid error code(s): YOLO
1000992
[file test.py]
1001993
x = 1
1002994
[out]
1003-
usage: mypy [-h] [-v] [-V] [more options; see below]
1004-
[-m MODULE] [-p PACKAGE] [-c PROGRAM_TEXT] [files ...]
1005995
mypy: error: Invalid error code(s): YOLO
1006996
== Return code: 2
1007997

0 commit comments

Comments
 (0)