Skip to content

Use FAIL instead of internal macro #12

@pinventado

Description

@pinventado

https://github.com/ILXL/cpp-code-analyzer/blob/c627448b9d329bae4aa2972dc477bc2767f171cc/src/test/gtest_ext.h#L156

Can we replace this with FAIL() instead?

FAIL() << " timed out (> " #secs
" seconds). Check code for infinite loops"; \

This will use an exposed macro rather than something that is used internally by google test

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions