fix tests

This commit is contained in:
gfreezy 2018-12-24 23:01:16 +08:00
parent 29798c763c
commit 0fb8894fbe

View file

@ -83,7 +83,7 @@ fn test_unresolved_module_diagnostic() {
source_file_edits: [],
file_system_edits: [CreateFile { source_root: SourceRootId(0), path: "foo.rs" }],
cursor_position: None }),
severity: Some(Error) }]"#,
severity: Error }]"#,
&diagnostics,
);
}