Enable normal tests again.

This commit is contained in:
Matthijs ter Woord 2016-06-25 11:01:05 -04:00
parent 626c96eb40
commit 6fee280aaf

View file

@ -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();