Skip to content

Commit 25ca290

Browse files
committed
sema: fix compile issues of tests
1 parent a4440a8 commit 25ca290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/jule/sema/tags_test.jule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ static tagTests = []tagTest([
6666
fn testTags(t: &testing::T) {
6767
mut f := &Field{
6868
Tag: &token::Token{
69-
File: &token::Fileset{
69+
File: &token::FileSet{
7070
Path: "/jule/test",
7171
},
7272
},

0 commit comments

Comments
 (0)