]> git.lizzy.rs Git - rust.git/commitdiff
Fix test_missing_module_code_action_in_json_project on Windows
authorVille Penttinen <villem.penttinen@gmail.com>
Thu, 7 Mar 2019 16:25:35 +0000 (18:25 +0200)
committerVille Penttinen <villem.penttinen@gmail.com>
Thu, 7 Mar 2019 17:27:06 +0000 (19:27 +0200)
The test would fail on Windows due to the paths not being properly escaped for
JSON.

In addition adds extra braces around the fn main to actually introduce braces in
the file.


No differences found