未验证 提交 92cb11d0 编写于 作者: L liyuqian 提交者: GitHub

Fix test name typo (#9362)

Had change locally but forgot to `git commit -a` before `git push`...
上级 340d958f
......@@ -437,7 +437,7 @@ TEST(SettingsTest, FrameTimingSetsAndGetsProperly) {
#if FLUTTER_RUNTIME_MODE == FLUTTER_RUNTIME_MODE_RELEASE
TEST_F(ShellTest, ReportTimingsIsCalledSoonerInNonReleaseMode) {
#else
TEST_F(ShellTest, ReportTimingsIsCalledLaterInNonReleaseMode) {
TEST_F(ShellTest, ReportTimingsIsCalledLaterInReleaseMode) {
#endif
fml::TimePoint start = fml::TimePoint::Now();
auto settings = CreateSettingsForFixture();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册