summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2019-05-21 08:04:07 -0700
committerJan Kotas <jkotas@microsoft.com>2019-05-21 08:04:07 -0700
commitd498abd2ec0937bbc5005d2d8d51add89c58a946 (patch)
tree58e1cf2f948efc278c5401612b646a92b0e3b5b3 /Documentation
parent221dc73878027e95b515d0c46cad0266331e538d (diff)
downloadcoreclr-d498abd2ec0937bbc5005d2d8d51add89c58a946.tar.gz
coreclr-d498abd2ec0937bbc5005d2d8d51add89c58a946.tar.bz2
coreclr-d498abd2ec0937bbc5005d2d8d51add89c58a946.zip
Update name of CoreFX test exclusion file
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/project-docs/changing-corelib.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/project-docs/changing-corelib.md b/Documentation/project-docs/changing-corelib.md
index 678f57c890..3d44d6cbe0 100644
--- a/Documentation/project-docs/changing-corelib.md
+++ b/Documentation/project-docs/changing-corelib.md
@@ -17,7 +17,7 @@ Many of the CoreFX libraries type-forward their public APIs to the implementatio
### (2) Submit PR to both CoreCLR and CoreFX
- Link the two PRs together via comment in PR description, and link both to the issue itself.
- Both PRs will reviewed together by the project maintainers
-- CoreCLR runs CoreFX tests but they are behind CoreFX. You may need to disable the outdated tests in https://github.com/dotnet/coreclr/blob/master/tests/CoreFX/CoreFX.issues.json to make your PR green.
+- CoreCLR runs CoreFX tests but they are behind CoreFX. You may need to disable the outdated tests in https://github.com/dotnet/coreclr/blob/master/tests/CoreFX/CoreFX.issues.rsp to make your PR green.
### (3) What happens next
- We will merge the CoreCLR PR first