Skip to content

Commit 9b6ce7c

Browse files
committed
Fix define in runtime_test_instance_fallback as config_KConsole_Logging flag is removed
1 parent 54ae792 commit 9b6ce7c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

score/mw/log/BUILD

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,7 @@ cc_test(
273273
features = COMPILER_WARNING_FEATURES + [
274274
"aborts_upon_exception",
275275
],
276-
local_defines = select({
277-
"@score_baselibs//score/mw/log/detail/flags:config_KConsole_Logging": ["KCONSOLE_LOGGING"],
278-
"//conditions:default": [],
279-
}),
276+
local_defines = ["KCONSOLE_LOGGING"],
280277
tags = ["unit"],
281278
deps = [
282279
":frontend",

0 commit comments

Comments
 (0)