Skip to content

Commit

Permalink
remove test keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
StunxFS committed Dec 19, 2024
1 parent 77698ea commit 317317a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/token/mod.v
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ pub enum Kind {
kw_pub
kw_return
kw_struct
kw_test
kw_trait
kw_while
keyword_end
Expand Down Expand Up @@ -201,7 +200,6 @@ fn build_token_str() []string {
s[Kind.kw_pub] = 'pub'
s[Kind.kw_return] = 'return'
s[Kind.kw_struct] = 'struct'
s[Kind.kw_test] = 'test'
s[Kind.kw_trait] = 'trait'
s[Kind.kw_while] = 'while'

Expand Down

0 comments on commit 317317a

Please sign in to comment.