Home | History | Annotate | Download | only in tests

Lines Matching refs:int_ptr2

393   int *int_ptr2 = new int[0];
395 EXPECT_TRUE(NULL != int_ptr2);
396 EXPECT_NE(int_ptr, int_ptr2);
398 delete[] int_ptr2;