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

Unified Diff: test/http_date_test.dart

Issue 1169883002: Upgrade to the new test package. (Closed) Base URL: git@github.com:dart-lang/http_parser@master
Patch Set: Merge Created 5 years, 6 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/media_type_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/http_date_test.dart
diff --git a/test/http_date_test.dart b/test/http_date_test.dart
index 303d6d76d0e699119dd8fae7546a4f878a3fdf41..c0a2537db672495b69af254f87fa1981862a3cea 100644
--- a/test/http_date_test.dart
+++ b/test/http_date_test.dart
@@ -5,7 +5,7 @@
library http_parser.http_date_test;
import 'package:http_parser/http_parser.dart';
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
void main() {
group('format', () {
« no previous file with comments | « pubspec.yaml ('k') | test/media_type_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698