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'); |