Skip to content

ASSERT_STRNEQ is wrong #2

@hansph

Description

@hansph

In ASSERT_STRNEQ:
Line
if (std::string(a).compare(std::string(b)) !== 0) {
should be
if (std::string(a).compare(std::string(b)) == 0) {\

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