Index: lib/unittest/numeric_matchers.dart |
diff --git a/lib/unittest/numeric_matchers.dart b/lib/unittest/numeric_matchers.dart |
index b7379e45b5b1a639b5f60fbb87ea65f86b04343d..53cf195c1a3cea289d2241234179dd4896c334e3 100644 |
--- a/lib/unittest/numeric_matchers.dart |
+++ b/lib/unittest/numeric_matchers.dart |
@@ -95,7 +95,7 @@ class _OrderingComparison extends BaseMatcher { |
this._lessThanValue, |
this._greaterThanValue, |
this._comparisonDescription, |
- [this._valueInDescription = true]); |
+ [valueInDescription = true]) : this._valueInDescription = valueInDescription; |
Ivan Posva
2012/06/12 10:43:05
Long line?
|
bool matches(item) { |
if (item == _value) { |