Skip to content
  • Stephen Morris's avatar
    [3952] Abandon hooks tests on unrecoverable error · 98bfa181
    Stephen Morris authored
    Changed some EXPECT_EQ tests to ASSERT_EQ in cases where the length
    of a vector was checked and subsequently followed by checks that
    accessed elements of the array.  This way, if the array is too short,
    the test will cleanly exit rather than possibly segmentation fault.
    98bfa181