diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile index 99a6fd9e..a75ea6b6 100644 --- a/tests/tests2/Makefile +++ b/tests/tests2/Makefile @@ -29,7 +29,8 @@ endif ifeq ($(CONFIG_backtrace),no) SKIP += 112_backtrace.test SKIP += 113_btdll.test - CONFIG_bcheck = no # no bcheck without backtrace + CONFIG_bcheck = no +# no bcheck without backtrace endif ifeq ($(CONFIG_bcheck),no) SKIP += 114_bound_signal.test