aboutsummaryrefslogtreecommitdiff
path: root/testutil.h
AgeCommit message (Collapse)Author
2017-10-11`clang-format -i -style=file *.cc *.h`Dan Willemsen
Change-Id: I62a87c5d8309b21265e904c0aeb9b3e094c9024a
2015-08-11[C++] Improve NormalizePathShinichiro Hamaji
So now NormalizePath("../foo") will be "../foo" and "/../foo" will be "/foo".