| Index: tools/clang/translation_unit/test_translation_unit.py
|
| diff --git a/tools/clang/translation_unit/test_translation_unit.py b/tools/clang/translation_unit/test_translation_unit.py
|
| index 46576b03e35e981bfb547159a4d1f05de689cf8e..0482a7873f621d07d8f22d3efbbb270408b185ec 100755
|
| --- a/tools/clang/translation_unit/test_translation_unit.py
|
| +++ b/tools/clang/translation_unit/test_translation_unit.py
|
| @@ -28,7 +28,7 @@ def _NumberOfTestsToString(tests):
|
|
|
| # Before running this test script, please build the translation_unit clang tool
|
| # first. This is explained here:
|
| -# https://code.google.com/p/chromium/wiki/ClangToolRefactoring
|
| +# https://chromium.googlesource.com/chromium/src/+/master/docs/clang_tool_refactoring.md
|
| def main():
|
| tools_clang_directory = os.path.dirname(os.path.dirname(
|
| os.path.realpath(__file__)))
|
|
|