diff options
Diffstat (limited to 'llvm/docs/TestSuiteGuide.md')
-rw-r--r-- | llvm/docs/TestSuiteGuide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/TestSuiteGuide.md b/llvm/docs/TestSuiteGuide.md index 0d9bbacb0d9..d23b383a8d6 100644 --- a/llvm/docs/TestSuiteGuide.md +++ b/llvm/docs/TestSuiteGuide.md @@ -27,7 +27,7 @@ Quickstart 2. Check out the `test-suite` module with: ```bash - % svn co http://llvm.org/svn/llvm-project/test-suite/trunk test-suite + % git clone https://github.com/llvm/llvm-test-suite.git test-suite ``` 3. Create a build directory and use CMake to configure the suite. Use the |