Skip to content

Commit

Permalink
Update runtime_stage_unittests.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahwilliams authored Jun 18, 2024
1 parent 20358ef commit fbf6562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impeller/runtime_stage/runtime_stage_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ TEST_P(RuntimeStageTest, CanReadUniforms) {
}

TEST_P(RuntimeStageTest, CanReadUniformsUBOAndSampler) {
if (GetBackends() != PlaygroundBackend::kVulkan) {
if (GetBackend() != PlaygroundBackend::kVulkan) {
GTEST_SKIP() << "Only matters on Vulkan.";
}
const std::shared_ptr<fml::Mapping> fixture =
Expand Down

0 comments on commit fbf6562

Please sign in to comment.