| 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
|
|
|