diff options
author | Sree Kuchibhotla <sreek@google.com> | 2016-06-23 09:23:01 -0700 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2016-06-23 09:23:01 -0700 |
commit | 05fd4fe0436fadeb7c10bba2c326c9687d485a8d (patch) | |
tree | 27a37a9398c80583cda23504725cfc78020594a0 /src/csharp/Grpc.Core.Tests/NUnitVersionTest.cs | |
parent | 0224dcc2dcda932a171776de325fa2e66c95478f (diff) | |
parent | 60e98ec3feab9cc347d6eacb48fb98cecb88c089 (diff) |
Merge branch 'master' into epoll_changes
Diffstat (limited to 'src/csharp/Grpc.Core.Tests/NUnitVersionTest.cs')
-rw-r--r-- | src/csharp/Grpc.Core.Tests/NUnitVersionTest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Core.Tests/NUnitVersionTest.cs b/src/csharp/Grpc.Core.Tests/NUnitVersionTest.cs index 3fa6ad09c0..1a9e441611 100644 --- a/src/csharp/Grpc.Core.Tests/NUnitVersionTest.cs +++ b/src/csharp/Grpc.Core.Tests/NUnitVersionTest.cs @@ -56,7 +56,7 @@ namespace Grpc.Core.Tests Console.Error.WriteLine("You are using and old version of NUnit that doesn't support async tests and skips them instead. " + "This test has failed to indicate that."); Console.Error.Flush(); - Environment.Exit(1); + throw new Exception("NUnitVersionTest has failed."); } } |