Skip to content

Commit

Permalink
Change the order of messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Levkivskyi committed Feb 8, 2018
1 parent 108a40d commit b3a0488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-data/unit/fine-grained-modules.test
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def f(x: int) -> None: pass
==
a.py:2: error: Incompatible return value type (got "int", expected "str")
==
b.py:2: error: Too many arguments for "f"
a.py:2: error: Incompatible return value type (got "int", expected "str")
b.py:2: error: Too many arguments for "f"
==

[case testAddFileFixesError]
Expand Down

0 comments on commit b3a0488

Please sign in to comment.