Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(601)

Unified Diff: lib/unittest.dart

Issue 1135653004: pkg/(unit)test: include a copy of old matcher (Closed) Base URL: https://github.com/dart-lang/test.git@stable
Patch Set: another nit Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/simple_configuration.dart ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/unittest.dart
diff --git a/lib/unittest.dart b/lib/unittest.dart
index a22b271bc54a6834d95d13ed114b0b980c8526d5..51ccff432e8491623e54374163ea450e199fa7dc 100644
--- a/lib/unittest.dart
+++ b/lib/unittest.dart
@@ -7,18 +7,16 @@ library unittest;
import 'dart:async';
import 'dart:collection';
-import 'package:matcher/matcher.dart' show TestFailure, wrapAsync;
-
import 'src/configuration.dart';
import 'src/expected_function.dart';
import 'src/group_context.dart';
import 'src/internal_test_case.dart';
+import 'src/matcher.dart' show TestFailure, wrapAsync;
import 'src/test_case.dart';
import 'src/test_environment.dart';
-export 'package:matcher/matcher.dart';
-
export 'src/configuration.dart';
+export 'src/matcher.dart';
export 'src/simple_configuration.dart';
export 'src/test_case.dart';
« no previous file with comments | « lib/src/simple_configuration.dart ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698