Skip to content

Commit

Permalink
chore: code clean
Browse files Browse the repository at this point in the history
Signed-off-by: xiarui.xr <[email protected]>
  • Loading branch information
amyXia1994 committed Oct 13, 2023
1 parent bcf9856 commit 1a9d669
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions kclvm/tools/src/LSP/src/find_refs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,4 @@ mod tests {
Err(_) => assert!(false, "file not found"),
}
}

#[test]
fn find_refs_from_none_kpm_package() {

}
}
4 changes: 0 additions & 4 deletions kclvm/tools/src/LSP/src/goto_def.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1003,8 +1003,6 @@ mod tests {
#[test]
#[bench_test]
fn complex_select_goto_def() {
let path = PathBuf::from(env!("CARGO_MANIFEST_DIR"));

let (file, program, prog_scope, _) =
compile_test_file("src/test_data/goto_def_test/goto_def.k");

Expand All @@ -1021,8 +1019,6 @@ mod tests {
#[test]
#[bench_test]
fn schema_attribute_def_goto_def() {
let path = PathBuf::from(env!("CARGO_MANIFEST_DIR"));

let (file, program, prog_scope, _) =
compile_test_file("src/test_data/goto_def_test/goto_def.k");

Expand Down

0 comments on commit 1a9d669

Please sign in to comment.