fixing broken build - referencing files that aren't committed.

This commit is contained in:
Claus
2017-02-09 14:41:22 +01:00
parent 8fe904d780
commit 57945fcec6
2 changed files with 2 additions and 5 deletions

View File

@@ -1,6 +1,4 @@
using System;
using System.Reflection;
using BenchmarkDotNet.Running;
using BenchmarkDotNet.Running;
namespace Umbraco.Tests.Benchmarks
{
@@ -14,7 +12,7 @@ namespace Umbraco.Tests.Benchmarks
typeof(ModelToSqlExpressionHelperBenchmarks),
typeof(XmlBenchmarks),
typeof(LinqCastBenchmarks),
typeof(DeepCloneBenchmarks),
//typeof(DeepCloneBenchmarks),
typeof(XmlPublishedContentInitBenchmarks),
});