summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Directed
diff options
context:
space:
mode:
authorRama krishnan Raghupathy <ramarag@microsoft.com>2015-02-02 16:49:53 -0800
committerRama krishnan Raghupathy <ramarag@microsoft.com>2015-02-02 16:49:53 -0800
commit6580bd6e0842acf75a466ac94f1709e8fa310cd3 (patch)
treeacf2be3be7d2231dd5f944063b3c8484f5ab1ecf /tests/src/JIT/Directed
parent26603c885466327f9f0c5e8dcf56765cd52f18da (diff)
parent4cd70e50d9c6cc261df65c0e7732391b8264b9f2 (diff)
downloadcoreclr-6580bd6e0842acf75a466ac94f1709e8fa310cd3.tar.gz
coreclr-6580bd6e0842acf75a466ac94f1709e8fa310cd3.tar.bz2
coreclr-6580bd6e0842acf75a466ac94f1709e8fa310cd3.zip
Merge pull request #4 from ramarag/msic_test_cleanup
Changes to Miscellaneous test project and runtest
Diffstat (limited to 'tests/src/JIT/Directed')
-rw-r--r--tests/src/JIT/Directed/Arrays/cs_template.proj6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/src/JIT/Directed/Arrays/cs_template.proj b/tests/src/JIT/Directed/Arrays/cs_template.proj
index 24e175c812..93788b357b 100644
--- a/tests/src/JIT/Directed/Arrays/cs_template.proj
+++ b/tests/src/JIT/Directed/Arrays/cs_template.proj
@@ -38,10 +38,4 @@
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
<PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
</PropertyGroup>
- <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
- <PropertyGroup>
- <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
- </PropertyGroup>
- </Target>
-
</Project>