From 181a39d7520247133d251a678b30da7344a01cd2 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Fri, 9 Aug 2019 10:21:21 +0200 Subject: [PATCH] fix int_test.v --- vlib/builtin/int_test.v | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vlib/builtin/int_test.v b/vlib/builtin/int_test.v index 32d22aaa52..3aa01738b6 100644 --- a/vlib/builtin/int_test.v +++ b/vlib/builtin/int_test.v @@ -10,8 +10,10 @@ fn test_const() { assert u == u64(1) } +/* fn test_cmp() { assert 1 ≠ 2 assert 1 ⩽ 2 assert 1 ⩾ 0 } +*/