Skip to content

Commit

Permalink
fix c api ut
Browse files Browse the repository at this point in the history
Signed-off-by: he1pa <[email protected]>
  • Loading branch information
He1pa committed Sep 19, 2024
1 parent d22ab4a commit 03284c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion kclvm/parser/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ fn find_packages(
suggestions.insert(
0,
format!(
"try 'kcl mod add {}' to download the package not found",
"try 'kcl mod add {}' to download the missing package",
pkg_name
),
);
Expand Down
1 change: 0 additions & 1 deletion kclvm/sema/src/resolver/import.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use crate::{
use indexmap::{IndexMap, IndexSet};
use kclvm_ast::ast;
use kclvm_error::*;
use std::io::Write;
use std::rc::Rc;
use std::sync::Arc;
use std::{cell::RefCell, path::Path};
Expand Down

0 comments on commit 03284c3

Please sign in to comment.