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

Unified Diff: test/int32_test.dart

Issue 2979043002: Migrate tests to using package test (Closed)
Patch Set: revert format changes Created 3 years, 5 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 | « pubspec.yaml ('k') | test/int64_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/int32_test.dart
diff --git a/test/int32_test.dart b/test/int32_test.dart
index df958943c1b17553ed4adbbded50704a1d69a5a0..d237a030731605127522acb45d978eee225b000e 100644
--- a/test/int32_test.dart
+++ b/test/int32_test.dart
@@ -5,7 +5,7 @@
library Int32test;
import 'package:fixnum/fixnum.dart';
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
void main() {
group("isX tests", () {
« no previous file with comments | « pubspec.yaml ('k') | test/int64_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698