From 3473e35b383e6292961e7521a504c9fdbf926dee Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 23 May 2026 22:00:22 +0200 Subject: [PATCH] tests --- nwtests.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/nwtests.c b/nwtests.c index e5250df..1895418 100644 --- a/nwtests.c +++ b/nwtests.c @@ -1657,9 +1657,6 @@ int func_tests(int argc, char *argv[], int mode) if (tests_same_arg(argv[1], "NCP87C32AUTO")) return tests_ncp87c32auto(); - if (tests_same_arg(argv[1], "NWREQ87C32MATRIX")) - return tests_nwreq87c32matrix(); - if (tests_same_arg(argv[1], "NWREQ87")) return tests_nwreq87(argc, argv);