[System.Windows.Forms] Disable failing test
[mono-project.git] / mcs / tests / test-async-57.cs
blobaa7e59e5ffce04ee65e461c4f5a101d65fa86149
1 using System.Threading.Tasks;
2 using System;
4 class X
6 readonly Func<string, Task> action = null;
8 public static void Main ()
12 protected async Task TestAsync ()
14 await action ("");