| 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 a8e8f6865af2f9269420d1cb9683b7db14bb6d58..f7d7006ac7e87ec02397832ff036df8107ad0d12 100755
|
| --- a/tools/clang/translation_unit/test_translation_unit.py
|
| +++ b/tools/clang/translation_unit/test_translation_unit.py
|
| @@ -29,7 +29,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__)))
|
|
|