Chromium Code Reviews| Index: tests/co19/test_config.dart |
| diff --git a/tests/co19/test_config.dart b/tests/co19/test_config.dart |
| index 1ea56dea480124c761be32770e267cfa35ad86a8..0392975b2172f09eebfcb31f2dddf1da2a1d2445 100644 |
| --- a/tests/co19/test_config.dart |
| +++ b/tests/co19/test_config.dart |
| @@ -14,7 +14,8 @@ class Co19TestSuite extends StandardTestSuite { |
| : super(configuration, |
| "co19", |
| new Path("tests/co19/src"), |
| - ["tests/co19/co19-compiler.status", |
| + ["tests/co19/co19-analyzer.status", |
|
devoncarew
2013/05/07 20:50:00
Do you need to add this file?
scheglov
2013/05/07 20:52:49
Done.
|
| + "tests/co19/co19-compiler.status", |
| "tests/co19/co19-runtime.status", |
| "tests/co19/co19-dart2dart.status", |
| "tests/co19/co19-dart2js.status"]); |