From c3560bf7261a9a8735725f1ec6eb239eb1259029 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Thu, 1 Feb 2018 07:35:35 +0100 Subject: [PATCH] [mmptest] Fix compiler warning by not including code we get from a reference. (#3366) Fixes this: tests/common/mac/ProjectTestHelpers.cs(154,22): warning CS0436: The type 'StringUtils' in 'tests/mmptest/../../tools/common/StringUtils.cs' conflicts with the imported type 'StringUtils' in 'mmp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'tests/mmptest/../../tools/common/StringUtils.cs'. tests/common/Configuration.cs(162,53): warning CS0436: The type 'StringUtils' in 'tests/mmptest/../../tools/common/StringUtils.cs' conflicts with the imported type 'StringUtils' in 'mmp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'. Using the type defined in 'tests/mmptest/../../tools/common/StringUtils.cs'. --- tests/mmptest/mmptest.csproj | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/mmptest/mmptest.csproj b/tests/mmptest/mmptest.csproj index b419986a4e..84d752d752 100644 --- a/tests/mmptest/mmptest.csproj +++ b/tests/mmptest/mmptest.csproj @@ -76,9 +76,6 @@ Cache.cs - - StringUtils.cs - ProductTests.cs