Chromium Code Reviews| Index: pkg/testing/lib/testing.dart |
| diff --git a/pkg/testing/lib/testing.dart b/pkg/testing/lib/testing.dart |
| index 25dd5e09a4b827d13482dfb0f60326637014880b..6145d6b02685888b7aff6a48ec7e4d6d5396651a 100644 |
| --- a/pkg/testing/lib/testing.dart |
| +++ b/pkg/testing/lib/testing.dart |
| @@ -23,3 +23,7 @@ export 'src/stdio_process.dart' show |
| export 'src/run.dart' show |
| run, |
| runMe; |
| + |
| +export 'src/expectation.dart' show |
| + Expectation, |
| + ExpectationSet; |