Skip to content

Commit 7af50ff

Browse files
build break
1 parent a52f552 commit 7af50ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/src/flutter/shell/platform/embedder/tests/embedder_a11y_unittests.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace testing {
2929
using EmbedderA11yTest = testing::EmbedderTest;
3030
using ::testing::ElementsAre;
3131

32-
#if !defined(OS_FUCHSIA)
32+
#if !defined(OS_FUCHSIA) || (FLUTTER_RUNTIME_MODE == FLUTTER_RUNTIME_MODE_DEBUG)
3333
constexpr static char kTooltip[] = "tooltip";
3434
#endif
3535

0 commit comments

Comments
 (0)