We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caeb526 commit eb98b21Copy full SHA for eb98b21
Ix.NET/Source/System.Linq.Async.Tests/System/Linq/Operators/Throw.cs
@@ -3,6 +3,7 @@
3
// See the LICENSE file in the project root for more information.
4
5
using System;
6
+using System.Threading.Tasks;
7
using Xunit;
8
9
namespace Tests
@@ -16,7 +17,7 @@ public void Throw_Null()
16
17
}
18
19
[Fact]
- public async System.Threading.Tasks.Task Throw1Async()
20
+ public async Task Throw_Simple()
21
{
22
var ex = new Exception("Bang");
23
var xs = Throw<int>(ex);
0 commit comments