Chromium Code Reviews| Index: tests/standalone/src/TestRunnerTest.dart |
| diff --git a/tests/standalone/src/TestRunnerTest.dart b/tests/standalone/src/TestRunnerTest.dart |
| index 7f94ec9bc8e156d8e3c13ed87b8314d76cab90d1..85668b0d999d77d017d412e27b2d2f5b16b31216 100644 |
| --- a/tests/standalone/src/TestRunnerTest.dart |
| +++ b/tests/standalone/src/TestRunnerTest.dart |
| @@ -5,6 +5,7 @@ |
| #library("TestRunnerTest"); |
| #import("../../../tools/testing/dart/test_runner.dart"); |
| +#import("../../../tools/testing/dart/status_file_parser.dart"); |
|
Mads Ager (google)
2011/11/10 16:31:57
Do you need this here when there are no other chan
Bill Hesse
2011/11/10 16:44:45
Yes. The declarations of PASS, FAIL, and CRASH ar
|
| // TODO(whesse) source("ProcessTestUtil.dart"); when it is committed. |