One line typo bug which passed unoticed on previous commit.
[mono.git] / mcs / errors / cs4003.cs
index 9de8f87aa63f0699d7793624d38202b3fd42957e..f043564f9acacc2c2d577fcd6d97c6a081ed8cd2 100644 (file)
@@ -1,6 +1,5 @@
 // CS4003: `await' cannot be used as an identifier within an async method or lambda expression
 // Line: 8
-// Compiler options: -langversion:future
 
 class Tester
 {