Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit a111afa

Browse files
committed
Remove hack to load correct version of Splat.
1 parent 2d55511 commit a111afa

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test/Helpers/SplatModeDetectorSetUp.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@
66
[SetUpFixture]
77
public class SplatModeDetectorSetUp
88
{
9-
static SplatModeDetectorSetUp()
10-
{
11-
// HACK: Force .NET 4.5 version of Splat to load when executing inside NCrunch
12-
var ncrunchAsms = Environment.GetEnvironmentVariable("NCrunch.AllAssemblyLocations")?.Split(';');
13-
if (ncrunchAsms != null)
14-
{
15-
ncrunchAsms.Where(x => x.EndsWith(@"\Net45\Splat.dll")).Select(Assembly.LoadFrom).FirstOrDefault();
16-
}
17-
}
18-
199
[OneTimeSetUp]
2010
public void RunBeforeAnyTests()
2111
{

0 commit comments

Comments
 (0)