Skip to content

Commit

Permalink
find refs: revert bench test temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
amyXia1994 committed Sep 20, 2023
1 parent 5c52f18 commit ff0709c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kclvm/tools/src/LSP/src/find_refs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ pub(crate) fn find_refs<F: Fn(String) -> Result<(), anyhow::Error>>(
mod tests {
use super::find_refs;
use lsp_types::{Location, Position, Range};
use proc_macro_crate::bench_test;
use std::path::PathBuf;

fn logger(msg: String) -> Result<(), anyhow::Error> {
Expand All @@ -93,7 +92,6 @@ mod tests {
}

#[test]
#[bench_test]
fn find_refs_from_variable_test() {
let root = PathBuf::from(env!("CARGO_MANIFEST_DIR"));
let mut path = root.clone();
Expand Down Expand Up @@ -148,7 +146,6 @@ mod tests {
}

#[test]
#[bench_test]
fn find_refs_from_schema_name_test() {
let root = PathBuf::from(env!("CARGO_MANIFEST_DIR"));
let mut path = root.clone();
Expand Down

0 comments on commit ff0709c

Please sign in to comment.