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

Unified Diff: tests/lib/math/rectangle_test.dart

Issue 2656503004: Revert "Remove package:unittest from some tests" (Closed)
Patch Set: Created 3 years, 11 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 | « tests/lib/math/point_test.dart ('k') | tests/lib/mirrors/library_uri_io_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/math/rectangle_test.dart
diff --git a/tests/lib/math/rectangle_test.dart b/tests/lib/math/rectangle_test.dart
index c23f27b0adf2639eeacbae8abe4e935bb81d917f..baacd966e692f1e7a585e4c25d7f4199b4f20afa 100644
--- a/tests/lib/math/rectangle_test.dart
+++ b/tests/lib/math/rectangle_test.dart
@@ -5,7 +5,7 @@
library rect_test;
import 'dart:math';
-import 'package:test/test.dart';
+import 'package:unittest/unittest.dart';
main() {
Rectangle createRectangle(List<num> a) {
« no previous file with comments | « tests/lib/math/point_test.dart ('k') | tests/lib/mirrors/library_uri_io_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698