From c03d5d18ea971ae85d008101528d84c2ff25eb27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Sun, 11 Aug 2019 00:00:01 +0000 Subject: [PATCH] count_to: mark as more than 1s --- path_properties.py | 1 + 1 file changed, 1 insertion(+) diff --git a/path_properties.py b/path_properties.py index b85b8a6..ffe50dd 100644 --- a/path_properties.py +++ b/path_properties.py @@ -530,6 +530,7 @@ path_properties_tuples = ( {}, { 'count.c': {'more_than_1s': True}, + 'count_to.c': {'more_than_1s': True}, 'kill.c': { 'baremetal': True, 'signal_received': signal.Signals.SIGHUP,