From 916da0e40b2cea895cc723c8c9386f3d092a1a57 Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Fri, 13 Aug 2021 14:53:54 +0600 Subject: [PATCH] Remove the `matches` & `matches99` probing --- tests/tests.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/tests.c b/tests/tests.c index 6b2d2fe..a1892c7 100644 --- a/tests/tests.c +++ b/tests/tests.c @@ -249,8 +249,4 @@ int main(void) { UnitT dummy = unit_v; (void)dummy; - - // Probe. - (void)matches(a, A); - (void)matches99(a, A); }