fix int_test.v

pull/1529/head
Alexander Medvednikov 2019-08-09 10:21:21 +02:00
parent ae0e3efb8e
commit 181a39d752
1 changed files with 2 additions and 0 deletions

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
}
*/