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

Commit b778b0f

Browse files
committed
Build break.
1 parent 786729a commit b778b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impeller/renderer/backend/vulkan/driver_info_vk_unittests.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ TEST_P(DriverInfoVKTest, CanQueryDriverInfo) {
2626
TEST_P(DriverInfoVKTest, CanDumpToLog) {
2727
ASSERT_TRUE(GetContext());
2828
const auto& driver_info =
29-
SurfaceContextVK::Cast(*GetContext()).GetParent().GetDriverInfo();
29+
SurfaceContextVK::Cast(*GetContext()).GetParent()->GetDriverInfo();
3030
ASSERT_NE(driver_info, nullptr);
3131
fml::testing::LogCapture log;
3232
driver_info->DumpToLog();

0 commit comments

Comments
 (0)