mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix int_test.v
This commit is contained in:
parent
ae0e3efb8e
commit
181a39d752
@ -10,8 +10,10 @@ fn test_const() {
|
||||
assert u == u64(1)
|
||||
}
|
||||
|
||||
/*
|
||||
fn test_cmp() {
|
||||
assert 1 ≠ 2
|
||||
assert 1 ⩽ 2
|
||||
assert 1 ⩾ 0
|
||||
}
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user