Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1611)

Unified Diff: utils/tests/pub/test_pub.dart

Issue 13370003: Fix a few bugs breaking the pub tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « utils/tests/pub/io_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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].
« no previous file with comments | « utils/tests/pub/io_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698