Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Moseley <danmose@microsoft.com>2018-03-27 03:09:04 +0300
committerGitHub <noreply@github.com>2018-03-27 03:09:04 +0300
commit2242e106f7695578ccaa1dcc35e438a14f9be1f1 (patch)
tree1e7733af552b27d6a0560993d55eaca86ecdad9c /external
parent56c0ffacb4056bc8e975f3236d3a5d1383335c5c (diff)
Add Regex perf test based on RegexRedux from benchmark game (#28487)
* Add CoreFX Regex-Redux perf test * License text for CLBG * License text for CLBG * Fix (C) * Update to 1.0.2 test data * Version update
Diffstat (limited to 'external')
-rw-r--r--external/test-runtime/XUnit.Runtime.depproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/external/test-runtime/XUnit.Runtime.depproj b/external/test-runtime/XUnit.Runtime.depproj
index f009697544..8e8f63db98 100644
--- a/external/test-runtime/XUnit.Runtime.depproj
+++ b/external/test-runtime/XUnit.Runtime.depproj
@@ -83,6 +83,9 @@
<PackageReference Include="System.Drawing.Common.TestData">
<Version>1.0.6</Version>
</PackageReference>
+ <PackageReference Include="System.Text.RegularExpressions.TestData">
+ <Version>1.0.2</Version>
+ </PackageReference>
</ItemGroup>
<ItemGroup Condition="'$(TargetGroup)' == 'netfx'">
<PackageReference Include="xunit.runner.console">