1
0
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:
Alexander Medvednikov 2019-08-09 10:21:21 +02:00
parent ae0e3efb8e
commit 181a39d752

View File

@ -10,8 +10,10 @@ fn test_const() {
assert u == u64(1)
}
/*
fn test_cmp() {
assert 1 2
assert 1 2
assert 1 0
}
*/