Merge pull request 144 from dev/repin-monad into develop

This commit is contained in:
Andy Schwartzmeyer 2015-09-04 23:04:26 +00:00
commit 323d6798e7
2 changed files with 4 additions and 2 deletions

@ -1 +1 @@
Subproject commit d0697c432c1d678e59af3ebd6320e5bc3a432b2f
Subproject commit 9aecfb12f69d91908812751e1b69d7c5c8098e07

View file

@ -15,7 +15,9 @@ namespace PSTests
[Fact]
public static void TestCurrentDomain_ProcessExit()
{
AmsiUtils.CurrentDomain_ProcessExit(null, EventArgs.Empty);
Assert.Throws<PlatformNotSupportedException>(delegate {
AmsiUtils.CurrentDomain_ProcessExit(null, EventArgs.Empty);
});
}
[Fact]