Index: utils/tests/pub/test_pub.dart |
diff --git a/utils/tests/pub/test_pub.dart b/utils/tests/pub/test_pub.dart |
index c73e04505524d70d0aac4a4c85908e90c4035265..e2dc335fdd87f2a84a07b1a2469a31c620070ad1 100644 |
--- a/utils/tests/pub/test_pub.dart |
+++ b/utils/tests/pub/test_pub.dart |
@@ -51,7 +51,7 @@ initConfig() { |
} |
/// Returns whether we're running on a Dart build bot. |
-bool runningOnBuildbot => |
+bool get runningOnBuildbot => |
Platform.environment.containsKey('BUILDBOT_BUILDERNAME'); |
/// The current [HttpServer] created using [serve]. |