jonvolfson / cs4500-api

0 stars 1 forks source link

nullptr comparison #15

Closed barrylyung closed 4 years ago

barrylyung commented 4 years ago

Can we removed nullptr comparison within the tests? Ex under Test3: t_true(a1->get(0) == nullptr); is not a valid comparison. We think that we should exit with response code 1 if there is a method that "gets" a nullptr.

jonvolfson commented 4 years ago

resolved