We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a52f552 commit 7af50ffCopy full SHA for 7af50ff
engine/src/flutter/shell/platform/embedder/tests/embedder_a11y_unittests.cc
@@ -29,7 +29,7 @@ namespace testing {
29
using EmbedderA11yTest = testing::EmbedderTest;
30
using ::testing::ElementsAre;
31
32
-#if !defined(OS_FUCHSIA)
+#if !defined(OS_FUCHSIA) || (FLUTTER_RUNTIME_MODE == FLUTTER_RUNTIME_MODE_DEBUG)
33
constexpr static char kTooltip[] = "tooltip";
34
#endif
35
0 commit comments