Skip to content

Commit

Permalink
fix: change the location of test case
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <[email protected]>
  • Loading branch information
zong-zhe committed Oct 16, 2023
1 parent e94bde5 commit 967cfd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kclvm/sema/src/resolver/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ fn test_resolve_lambda_assignment_diagnostic() {
let sess = Arc::new(ParseSession::default());
let mut program = load_program(
sess.clone(),
&["./src/resolver/test_data/lambda_ty_error.k"],
&["./src/resolver/test_fail_data/lambda_ty_error.k"],
None,
)
.unwrap();
Expand Down

0 comments on commit 967cfd8

Please sign in to comment.