summaryrefslogtreecommitdiff
path: root/tests/src/readytorun
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2016-02-03 02:50:39 +0100
committerJan Vorlicek <janvorli@microsoft.com>2016-02-03 02:50:39 +0100
commit6ccbe186a568cb1b1748a0c851985c8e34d88a94 (patch)
tree98b4e4485408e7bed2b360bb3c94f2abfd310d3c /tests/src/readytorun
parent14deadfd1c561a005409a9a5cb0b22b66f511391 (diff)
downloadcoreclr-6ccbe186a568cb1b1748a0c851985c8e34d88a94.tar.gz
coreclr-6ccbe186a568cb1b1748a0c851985c8e34d88a94.tar.bz2
coreclr-6ccbe186a568cb1b1748a0c851985c8e34d88a94.zip
Fix warning in Windows build of readytorun tests
There was an extra reference to the test.dll besides the reference to the test csproj. This was causing warnings during the test build.
Diffstat (limited to 'tests/src/readytorun')
-rw-r--r--tests/src/readytorun/mainv1.csproj5
-rw-r--r--tests/src/readytorun/mainv2.csproj5
2 files changed, 0 insertions, 10 deletions
diff --git a/tests/src/readytorun/mainv1.csproj b/tests/src/readytorun/mainv1.csproj
index ca30e94a69..41b458dee2 100644
--- a/tests/src/readytorun/mainv1.csproj
+++ b/tests/src/readytorun/mainv1.csproj
@@ -42,11 +42,6 @@
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
- <ItemGroup>
- <Reference Include="test">
- <HintPath>$(TargetDir)\testv1\test.dll</HintPath>
- </Reference>
- </ItemGroup>
<PropertyGroup>
<CLRTestBatchPreCommands><![CDATA[
$(CLRTestBatchPreCommands)
diff --git a/tests/src/readytorun/mainv2.csproj b/tests/src/readytorun/mainv2.csproj
index aa7d0a84d2..626f4cb333 100644
--- a/tests/src/readytorun/mainv2.csproj
+++ b/tests/src/readytorun/mainv2.csproj
@@ -40,11 +40,6 @@
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
- <ItemGroup>
- <Reference Include="test">
- <HintPath>$(TargetDir)\testv1\test.dll</HintPath>
- </Reference>
- </ItemGroup>
<PropertyGroup>
<CLRTestBatchPreCommands><![CDATA[
$(CLRTestBatchPreCommands)