Skip to content

Commit

Permalink
Remove additional newline between variable declaration & if statement…
Browse files Browse the repository at this point in the history
… reference that variable
  • Loading branch information
dunity committed Jul 13, 2018
1 parent d642637 commit 8df5de7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/Editor/BuildPlayerTest.cs
Expand Up @@ -50,7 +50,6 @@ static void TestBuildPlayer(BuildTarget target)
Assert.AreEqual(0, output.summary.totalErrors);
# else
string output = BuildPipeline.BuildPlayer(EditorBuildSettings.scenes, "Temp/" + target, target, BuildOptions.BuildScriptsOnly);

if (output.Contains("target is not supported"))
Assert.Inconclusive("Target platform {0} not installed", target);

Expand Down

0 comments on commit 8df5de7

Please sign in to comment.