Skip to content

Commit

Permalink
Update driver_info_vk_unittests.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahwilliams authored Dec 13, 2024
1 parent cbc13d1 commit f841858
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ TEST(DriverInfoVKTest, DisabledDevices) {
EXPECT_TRUE(IsBadVersionTest("Adreno (TM) 506"));
EXPECT_TRUE(IsBadVersionTest("Adreno (TM) 505"));
EXPECT_TRUE(IsBadVersionTest("Adreno (TM) 504"));
EXPECT_TRUE(IsBadVersionTest("Adreno (TM) 640"));

EXPECT_FALSE(IsBadVersionTest("Adreno (TM) 640"));
EXPECT_FALSE(IsBadVersionTest("Adreno (TM) 650"));
}

Expand Down

0 comments on commit f841858

Please sign in to comment.