Commit c5c5e0f0 authored by Maciej Perkowski's avatar Maciej Perkowski Committed by Chris Friedt
Browse files

test: kernel: fix warnings in kernel.no-mt



Align expected test name in kernel fatal error handler

Signed-off-by: default avatarMaciej Perkowski <maciej.perkowski@nordicsemi.no>
parent 5c5e17f0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ void k_sys_fatal_error_handler(unsigned int reason, const struct arch_esf *pEsf)
		TC_PRINT("Unexpected reason (exp: %d)\n", expected_reason);
		rv = TC_FAIL;
	}
	TC_END_RESULT_CUSTOM(rv, "test_fatal");
	TC_END_RESULT_CUSTOM(rv, "test_fatal_no_mt");
	TC_END_REPORT(rv);
	arch_system_halt(reason);
}