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

Unified Diff: tests/golem/golem_tests.dart

Issue 1450393002: Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0 (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Created 5 years, 1 month 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
Index: tests/golem/golem_tests.dart
diff --git a/tests/golem/golem_tests.dart b/tests/golem/golem_tests.dart
index dace45783e83b241211c881b313965e9a2b2f054..2a3884b8f594ffa27cc2877728433e00cda418e6 100644
--- a/tests/golem/golem_tests.dart
+++ b/tests/golem/golem_tests.dart
@@ -20,6 +20,11 @@ import 'package:fletchc/src/guess_configuration.dart' show
executable;
Future<Null> main() async {
+ print('*' * 80);
+ print('If this test fails with a load error, you probably have to update');
+ print(' tools/benchmarking_files');
+ print('*' * 80);
+
// Locate the files that are needed.
Uri benchmarkingFiles = executable.resolve('../../tools/benchmarking_files');
Directory tempDir = Directory.systemTemp.createTempSync('golem_tests');

Powered by Google App Engine
This is Rietveld 408576698