DavidSchuldenfrei/gtest-adapter

TEST(<something>, constructor) breaks test adapter

Opened this issue · 0 comments

Naming a test TEST(<something>, constructor) results in this error when scanning for tests: Cannot read property 'indexOf' of undefined.
Renaming to TEST(<something>, constructor1) restores functionality.