Fix IDE0051
This commit is contained in:
committed by
Pavel Penev
parent
4991f2f892
commit
2d4119e88d
@@ -42,11 +42,6 @@ namespace OpenRA.Test
|
||||
Assert.AreEqual(value, new IntegerExpression(expression).Evaluate(testValues), expression);
|
||||
}
|
||||
|
||||
void AssertParseFailure(string expression)
|
||||
{
|
||||
Assert.Throws(typeof(InvalidDataException), () => new IntegerExpression(expression).Evaluate(testValues), expression);
|
||||
}
|
||||
|
||||
void AssertParseFailure(string expression, string errorMessage)
|
||||
{
|
||||
var actualErrorMessage = Assert.Throws(typeof(InvalidDataException),
|
||||
|
||||
Reference in New Issue
Block a user