Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 5016189

Browse files
authored
Update shell_fuchsia_unittests.cc (#24660)
Speculative fix for failing roll at #24657
1 parent 4f2d59b commit 5016189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)