summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndy Ayers <andya@microsoft.com>2016-01-12 14:56:06 -0800
committerAndy Ayers <andya@microsoft.com>2016-01-12 14:56:06 -0800
commitbfa612ac69e472aad9f13900613bbbe590361caa (patch)
tree5c44faac673b06ecdbce10711673a5293b187708 /tests
parentb8a0a62e41fa236ff1463523c3a287321a65bcff (diff)
parentf99cc1cd7b9ea76fb73e3e4b79a2a9cfef8f6c4f (diff)
downloadcoreclr-bfa612ac69e472aad9f13900613bbbe590361caa.tar.gz
coreclr-bfa612ac69e472aad9f13900613bbbe590361caa.tar.bz2
coreclr-bfa612ac69e472aad9f13900613bbbe590361caa.zip
Merge pull request #2619 from AndyAyersMS/MoreLocking
Set locked to true in project.lock.json
Diffstat (limited to 'tests')
-rw-r--r--tests/src/GC/Performance/Framework/project.lock.json2
-rw-r--r--tests/src/GC/Performance/Tests/project.lock.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/src/GC/Performance/Framework/project.lock.json b/tests/src/GC/Performance/Framework/project.lock.json
index c2c7e91579..ccb51ece1c 100644
--- a/tests/src/GC/Performance/Framework/project.lock.json
+++ b/tests/src/GC/Performance/Framework/project.lock.json
@@ -1,5 +1,5 @@
{
- "locked": false,
+ "locked": true,
"version": 2,
"targets": {
"DNXCore,Version=v5.0": {
diff --git a/tests/src/GC/Performance/Tests/project.lock.json b/tests/src/GC/Performance/Tests/project.lock.json
index 38c7da91a4..8f4c429141 100644
--- a/tests/src/GC/Performance/Tests/project.lock.json
+++ b/tests/src/GC/Performance/Tests/project.lock.json
@@ -1,5 +1,5 @@
{
- "locked": false,
+ "locked": true,
"version": 2,
"targets": {
"DNXCore,Version=v5.0": {