Skip to content

Commit a06b14c

Browse files
zandersohjfreyer
authored andcommitted
Update shell_fuchsia_unittests.cc (flutter#24660)
Speculative fix for failing roll at flutter#24657
1 parent 621fc70 commit a06b14c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shell/common/shell_fuchsia_unittests.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class FuchsiaShellTest : public ShellTest {
5050
// Gets the international settings from this Fuchsia realm.
5151
IntlSettings GetSettings() {
5252
IntlSettings settings;
53-
zx_status_t status = intl_->Watch2(&settings);
53+
zx_status_t status = intl_->Watch(&settings);
5454
EXPECT_EQ(status, ZX_OK);
5555
return settings;
5656
}

0 commit comments

Comments
 (0)