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 4b8502b commit 4fdecbe
Showing 1 changed file with 0 additions and 4 deletions.
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 4fdecbe

Please sign in to comment.