Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Doing this check with a direct c++ snippet is prone to portability problems: - \043 is not portable between shells: dash expands it to #, bash does not; - using # directly works with make 4.3 but does not with make 4.2. Let's just use the c++ version that covers both the code and the gtest.
- Loading branch information