Fixes up some warnings

This commit is contained in:
Shannon
2018-05-16 10:06:51 +02:00
parent 07e7068c22
commit ea6c466323
10 changed files with 42 additions and 49 deletions

View File

@@ -40,7 +40,7 @@ namespace Umbraco.Tests.Benchmarks
private Func<IFoo, IFoo> _expressionMethod4;
private Func<IFoo, IFoo> _emittedCtor;
[Setup]
[GlobalSetup]
public void Setup()
{
var ctorArgTypes = new[] { typeof(IFoo) };