From 6fee280aafe087464988321e5b87fdd2d3d1a17a Mon Sep 17 00:00:00 2001 From: Matthijs ter Woord Date: Sat, 25 Jun 2016 11:01:05 -0400 Subject: [PATCH] Enable normal tests again. --- Users/Matthijs/DebugCompiler/MyEngine.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Users/Matthijs/DebugCompiler/MyEngine.cs b/Users/Matthijs/DebugCompiler/MyEngine.cs index c599630e7..130568fc9 100644 --- a/Users/Matthijs/DebugCompiler/MyEngine.cs +++ b/Users/Matthijs/DebugCompiler/MyEngine.cs @@ -12,7 +12,6 @@ namespace DebugCompiler [TestCaseSource(typeof(MySource), nameof(MySource.ProvideData))] public void Test(Type kernelToRun) { - Assert.Fail(); Environment.CurrentDirectory = Path.GetDirectoryName(typeof(RunKernels).Assembly.Location); var xEngine = new Engine();