X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftests%2Ftest-async-01.cs;h=cc9271c9353dbd276f45c69281eb1e27e5abf925;hb=100bd760a46811121b4b47ebba941d4fb98486ab;hp=91c7d722083932e0b53bd560a259dcb97fede9ff;hpb=8bb9b4409d3f73fdf5ec2afc3b9add6bd33f712f;p=mono.git diff --git a/mcs/tests/test-async-01.cs b/mcs/tests/test-async-01.cs index 91c7d722083..cc9271c9353 100644 --- a/mcs/tests/test-async-01.cs +++ b/mcs/tests/test-async-01.cs @@ -1,4 +1,3 @@ -// Compiler options: -langversion:future using System; using System.Threading; using System.Threading.Tasks; @@ -35,7 +34,7 @@ class Program { pos = 1; - await RunAsync (); + await RunAsync ().ConfigureAwait (false); if (pos != 3) throw new ApplicationException (pos.ToString ());