Bump mono-extensions to fix build break (#5677)
[mono.git] / mcs / tests / gtest-variance-12.cs
index bf5a32f2e910b990067376c4884db21ddca86d77..8ae535eaed4ebfab690e8a3de3001dd572b3247d 100644 (file)
@@ -1,5 +1,3 @@
-// Compiler options: -langversion:future
-
 using System;
 
 delegate void D<in T> ();