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

Unified Diff: packages/quiver/test/testing/all_tests.dart

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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 | « packages/quiver/test/strings_test.dart ('k') | packages/quiver/test/testing/async/all_tests.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/quiver/test/testing/all_tests.dart
diff --git a/quiver/lib/testing/equality.dart b/packages/quiver/test/testing/all_tests.dart
similarity index 74%
rename from quiver/lib/testing/equality.dart
rename to packages/quiver/test/testing/all_tests.dart
index 32e4f709c874f5f84f8da62f59aa5a0e854cbb03..c695f46affd9bf5cc5c44a30d03c8731fbd41036 100644
--- a/quiver/lib/testing/equality.dart
+++ b/packages/quiver/test/testing/all_tests.dart
@@ -12,12 +12,12 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-/**
- * Utilities for testing the equality of Dart object
- */
-library quiver.testing.equality;
+library quiver.testing.all_tests;
-import 'package:matcher/matcher.dart';
-import 'package:quiver/iterables.dart';
+import 'async/all_tests.dart' as async;
+import 'equality/all_tests.dart' as equality;
-part 'src/equality/equality.dart';
+main() {
+ async.main();
+ equality.main();
+}
« no previous file with comments | « packages/quiver/test/strings_test.dart ('k') | packages/quiver/test/testing/async/all_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698