fix syntax

This commit is contained in:
aanper
2020-10-15 10:38:20 +03:00
parent d33e16dae1
commit f2a38cf174
9 changed files with 24 additions and 25 deletions

View File

@@ -39,7 +39,6 @@ void test_furi_valuemutex() {
//read mutex blocking case
}
/*
TEST: concurrent access

View File

@@ -67,7 +67,6 @@ MU_TEST_SUITE(test_suite) {
MU_RUN_TEST(mu_test_furi_create_open);
MU_RUN_TEST(mu_test_furi_valuemutex);
MU_RUN_TEST(mu_test_furi_concurrent_access);
}
int run_minunit() {