diff --git a/llvm/docs/DeveloperPolicy.html b/llvm/docs/DeveloperPolicy.html index d76720927adb..8936d575d6ce 100644 --- a/llvm/docs/DeveloperPolicy.html +++ b/llvm/docs/DeveloperPolicy.html @@ -273,7 +273,7 @@
  • All feature and regression test cases must be added to the llvm/test directory. The appropriate sub-directory should be selected (see the Testing Guide for - details.
  • + details).
  • Test cases should be written in LLVM assembly language unless the feature or regression being tested requires another language.
  • Test cases, especially for regressions, should be as reduced as