Skip to content

Use FAIL instead of internal macro #12

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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