| Index: pkg/testing/lib/testing.dart
|
| diff --git a/pkg/testing/lib/testing.dart b/pkg/testing/lib/testing.dart
|
| index 6145d6b02685888b7aff6a48ec7e4d6d5396651a..3934ef105bf228a72aca84cba2b23a1da07a2510 100644
|
| --- a/pkg/testing/lib/testing.dart
|
| +++ b/pkg/testing/lib/testing.dart
|
| @@ -4,26 +4,16 @@
|
|
|
| library testing;
|
|
|
| -export 'dart:async' show
|
| - Future;
|
| +export 'dart:async' show Future;
|
|
|
| export 'src/discover.dart';
|
|
|
| export 'src/test_description.dart';
|
|
|
| -export 'src/chain.dart' show
|
| - Chain,
|
| - ChainContext,
|
| - Result,
|
| - Step;
|
| +export 'src/chain.dart' show Chain, ChainContext, Result, Step;
|
|
|
| -export 'src/stdio_process.dart' show
|
| - StdioProcess;
|
| +export 'src/stdio_process.dart' show StdioProcess;
|
|
|
| -export 'src/run.dart' show
|
| - run,
|
| - runMe;
|
| +export 'src/run.dart' show run, runMe;
|
|
|
| -export 'src/expectation.dart' show
|
| - Expectation,
|
| - ExpectationSet;
|
| +export 'src/expectation.dart' show Expectation, ExpectationSet;
|
|
|