Refactor the test of diagnostic tests

This commit is contained in:
Aleksey Kladov 2020-07-14 16:43:39 +02:00
parent 5a25cc2820
commit b9070cc64e
6 changed files with 278 additions and 474 deletions

View file

@ -376,7 +376,7 @@ pub fn record_pattern_missing_fields(
#[cfg(test)]
mod tests {
use crate::diagnostics::check_diagnostics;
use crate::diagnostics::tests::check_diagnostics;
#[test]
fn simple_free_fn_zero() {