Skip to content

Commit

Permalink
Enable normal tests again.
Browse files Browse the repository at this point in the history
  • Loading branch information
mterwoord committed Jun 25, 2016
1 parent 626c96e commit 6fee280
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Users/Matthijs/DebugCompiler/MyEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public class RunKernels
[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();
Expand Down

0 comments on commit 6fee280

Please sign in to comment.