tests/unit: Remove urcu-signal unit tests
[urcu.git] / tests / unit / test_urcu_multiflavor.c
index b012fbc315da0d3de9ddcc9fd791de6599e99471..ef7605a1d90c0a47efc7b51d65ff0b41ddb351ed 100644 (file)
 
 int main(void)
 {
-       plan_tests(5);
+       plan_tests(4);
 
        ok1(!test_mf_memb());
 
        ok1(!test_mf_mb());
-       ok1(!test_mf_signal());
        ok1(!test_mf_qsbr());
        ok1(!test_mf_bp());
 
This page took 0.022803 seconds and 4 git commands to generate.