Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(731)

Unified Diff: docs/clang.md

Issue 1688243002: docs: Minor typo fix: test.sh -> test.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/clang.md
diff --git a/docs/clang.md b/docs/clang.md
index 516d6fb9f72602b425d8fc0493d61e6c4707abc5..5b5b43f7ada6624b746e7b4b8a1fc7d747ebe57d 100644
--- a/docs/clang.md
+++ b/docs/clang.md
@@ -59,7 +59,7 @@ If you're working on the plugin, you can build it locally like so:
To test the FindBadConstructs plugin, run:
(cd tools/clang/plugins/tests && \
- ./test.sh ../../../../third_party/llvm-build/Release+Asserts/bin/clang \
+ ./test.py ../../../../third_party/llvm-build/Release+Asserts/bin/clang \
../../../../third_party/llvm-build/Release+Asserts/lib/libFindBadConstructs.so)
To run [other plugins](writing_clang_plugins.md), add these to your
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698