mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Refactor the test of diagnostic tests
This commit is contained in:
parent
5a25cc2820
commit
b9070cc64e
6 changed files with 278 additions and 474 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue