From 3971c2a09ab6fedc6bdcf5b7597fbf3d0bafeb0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Sat, 9 Jan 2021 20:58:40 +0100 Subject: assert operator --- tests/simple.tdy | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests') diff --git a/tests/simple.tdy b/tests/simple.tdy index 2ef5886..9594655 100644 --- a/tests/simple.tdy +++ b/tests/simple.tdy @@ -1,5 +1 @@ -1 + 1 <= 2 -1 + 1 < 2 -1 + 1 > 2 -1 + 1 >= 2 -1 + 1 == 2 +1 + 1 <=> 2 -- cgit v1.2.1