From 527c45533c43c62de5ad1aa788702e40fa49ae19 Mon Sep 17 00:00:00 2001 From: Joseph Tremoulet Date: Wed, 29 Mar 2017 16:50:48 -0400 Subject: [PATCH] Fix path to CoreCLRTestLibrary from SizeConstTest The reference path had one too many `..`s. Commit migrated from https://github.com/dotnet/coreclr/commit/fb2df28fbc0571e7ec423ce65fd592882ccc6660 --- src/coreclr/tests/src/Interop/SizeConst/SizeConstTest.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/tests/src/Interop/SizeConst/SizeConstTest.csproj b/src/coreclr/tests/src/Interop/SizeConst/SizeConstTest.csproj index 6e7cc3a..4c12f32 100644 --- a/src/coreclr/tests/src/Interop/SizeConst/SizeConstTest.csproj +++ b/src/coreclr/tests/src/Interop/SizeConst/SizeConstTest.csproj @@ -31,7 +31,7 @@ - + {c8c0dc74-fac4-45b1-81fe-70c4808366e0} CoreCLRTestLibrary -- 2.7.4