Index: utils/tests/pub/test_pub.dart |
diff --git a/utils/tests/pub/test_pub.dart b/utils/tests/pub/test_pub.dart |
index d272cb7f026b891f2dd58947330d164618d3723a..776632c457237d2db040334788e256f87cb9036d 100644 |
--- a/utils/tests/pub/test_pub.dart |
+++ b/utils/tests/pub/test_pub.dart |
@@ -456,7 +456,7 @@ class Descriptor { |
/** |
* Asserts that the name of the descriptor is a [String] and returns it. |
*/ |
- String get _stringName() { |
+ String get _stringName { |
if (name is String) return name; |
throw 'Pattern $name must be a string.'; |
} |