Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2014-08-25 18:41:21 +0400
committerMarek Safar <marek.safar@gmail.com>2014-08-26 12:02:37 +0400
commite1d28db6fc98a43fff900648dd1deff6bbd95429 (patch)
treecd98dd326165f84a734ccc5a41eca618e0127212 /mcs/tests/test-async-25.cs
parentd87c7069818786e4533c548c12223d7007622590 (diff)
[mcs] Replace future with experimental
Diffstat (limited to 'mcs/tests/test-async-25.cs')
-rw-r--r--mcs/tests/test-async-25.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcs/tests/test-async-25.cs b/mcs/tests/test-async-25.cs
index 49489478650..55a0197f955 100644
--- a/mcs/tests/test-async-25.cs
+++ b/mcs/tests/test-async-25.cs
@@ -1,4 +1,3 @@
-// Compiler options: -langversion:future
using System;
using System.Threading.Tasks;