Skip to content

Commit

Permalink
Added TODO for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RealA10N committed Dec 2, 2024
1 parent 5c3e3f2 commit 855985c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gen/instruction_set_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ func TestInstructionCreateTarget(t *testing.T) {
tkns, err := lex.NewTokenizer().Tokenize(src)
assert.NoError(t, err)

// TODO: do no use parser here? test only the instruction set unit.
tknView := parse.NewTokenView(tkns)
node, result := parse.NewInstructionParser().Parse(&tknView)
assert.Nil(t, result)
Expand Down

0 comments on commit 855985c

Please sign in to comment.