From 35271b251845422cfb08d142d132f68e9a4933ca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Drago=C8=99=20Iulian=20ARGINT?=
 <dragos.argint@stud.acs.upb.ro>
Date: Wed, 12 Apr 2023 01:55:43 +0300
Subject: [PATCH] Solve test.c bug
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Dragoș Iulian ARGINT <dragos.argint@stud.acs.upb.ro>
---
 checker/2-uart-checker/_test/test.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/checker/2-uart-checker/_test/test.c b/checker/2-uart-checker/_test/test.c
index 5c0da2d..b13b818 100644
--- a/checker/2-uart-checker/_test/test.c
+++ b/checker/2-uart-checker/_test/test.c
@@ -53,7 +53,6 @@
 static float
 do_test(const char *description, int value, int expected, int negate, int fatal, float points)
 {
-	cnt += points;
 	int num_chars;
 
 	num_chars = printf("%s", description);
-- 
GitLab