Skip to content

If we do tests in a loop, it seems we don't have an easy way to prompt which iteration failed #38

Description

@catbro666

Do you have any advice for such user cases?

int input[] = {1, 2, 3, 4};
int output[] = {1, 2, 3, 4};
for (int i = 0; i < 4, i++) {
  // ...
  CHECK_EQ(result, output[i]);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions