We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b1067 commit 75f2321Copy full SHA for 75f2321
clang/bindings/python/README.txt
@@ -10,7 +10,7 @@ runner. For example:
10
--
11
$ env PYTHONPATH=$(echo ~/llvm/clang/bindings/python/) \
12
CLANG_LIBRARY_PATH=$(llvm-config --libdir) \
13
- python -m unittest discover -v
+ python3 -m unittest discover -v
14
tests.cindex.test_index.test_create ... ok
15
...
16
0 commit comments