fix typo
authorJb Evain <jbevain@gmail.com>
Thu, 8 Apr 2010 10:04:39 +0000 (10:04 -0000)
committerJb Evain <jbevain@gmail.com>
Thu, 8 Apr 2010 10:04:39 +0000 (10:04 -0000)
svn path=/trunk/mcs/; revision=155032

mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Lambda.cs

index fbd119c8ea541de16a1cbe4d46992f36dc5315a5..8c83e312ec13b1abf17b93da7e581be6468b1e24 100644 (file)
@@ -280,6 +280,6 @@ namespace MonoTests.System.Linq.Expressions
 
                        Assert.AreEqual (ExpressionType.Constant, q.NodeType);
                }
-       }
 #endif
+       }
 }