Skip to content

Commit

Permalink
tests/AUnitTest: Add back commented out definition for 'cc', accident…
Browse files Browse the repository at this point in the history
…ally deleted
  • Loading branch information
bxparks committed Jan 10, 2022
1 parent 65df58b commit c633405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/AUnitTest/AUnitTest.ino
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,7 @@ test(voidPointer) {
test(nullPointer) {
const int aa[] = {1, 2};
const long bb[] = {1, 2};
// const char cc[] = "ab";
const int* dd = nullptr;

assertFalse(compareEqual(aa, nullptr));
Expand Down

0 comments on commit c633405

Please sign in to comment.