Remove meaningless test.ml
This commit is contained in:
parent
1dbc3f5264
commit
8093af06a7
1 changed files with 0 additions and 5 deletions
5
test.ml
5
test.ml
|
@ -1,5 +0,0 @@
|
|||
|
||||
let test_lex =
|
||||
let open Token in
|
||||
let t = Lex.tokenize "10 + 20 30/40" |> List.of_seq in
|
||||
assert (t = [Int 10; Plus; Int 20; Int 30; Slash; Int 40])
|
Loading…
Add table
Reference in a new issue