Mono.Cecil.Tests.IlasmCompilationService.AssertAssemblerResult C# (CSharp) Method

AssertAssemblerResult() static private method

static private AssertAssemblerResult ( ShellService.ProcessOutput output ) : void
output ShellService.ProcessOutput
return void
		static void AssertAssemblerResult (ShellService.ProcessOutput output)
		{
			if (output.ExitCode != 0)
				Assert.Fail (output.ToString ());
		}
	}