You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gtest uses a special colon-prefixed syntax for paths relative to the skeleton directory. There may be tests with actual colons in the names, so there should be a way to escape the colons:
$ gtest R "\\:test"
I'm delaying this issue because it is unlikely to occur, and there are probably ways around it.
The text was updated successfully, but these errors were encountered:
gtest uses a special colon-prefixed syntax for paths relative to the skeleton directory. There may be tests with actual colons in the names, so there should be a way to escape the colons:
$ gtest R "\\:test"
I'm delaying this issue because it is unlikely to occur, and there are probably ways around it.
The text was updated successfully, but these errors were encountered: