chore: autopublish 2024-05-31T17:17:53Z

This commit is contained in:
github-actions[bot] 2024-05-31 17:17:54 +00:00
Родитель 2afad672de
Коммит 4dd5d7b742
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -118,7 +118,6 @@ TEST_F(ValueHandle, WeakTrackingVH_NullOnDeletion) {
EXPECT_EQ(null_value, WVH_Recreated);
}
TEST_F(ValueHandle, AssertingVH_BasicOperation) {
AssertingVH<CastInst> AVH(BitcastV.get());
CastInst *implicit_to_exact_type = AVH;