Chromium Code Reviews| Index: tests/standalone/io/test_harness_analyzer_test.dart |
| diff --git a/tests/standalone/io/test_harness_analyzer_test.dart b/tests/standalone/io/test_harness_analyzer_test.dart |
| index f2a2b40d8a13185e3811bede1a5a29898ce246b0..82b289d9bd3ce082299600b9c9b7e14e5da3b704 100644 |
| --- a/tests/standalone/io/test_harness_analyzer_test.dart |
| +++ b/tests/standalone/io/test_harness_analyzer_test.dart |
| @@ -4,6 +4,7 @@ |
| import '../../../tools/test.dart' as test_dart; |
| import '../../../tools/testing/dart/launch_browser.dart' as launch_browser; |
| +import '../../../tools/testing/dart/browser_perf_testing/lib/browser_perf_testing.dart' as browser_perf_testing; |
|
Emily Fortuna
2014/02/27 19:27:48
Martin, how do I run this test to verify this is w
kustermann
2014/02/28 08:22:53
This is a normal test. It will pass on every confi
|
| // The purpose of this test is to run the analyzer on it and make sure our |
| // testing scripts are free of warnings/errors. |