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

Unified Diff: test/message_test.dart

Issue 1660513002: pkg/shelf: use async and enable compression in example (Closed) Base URL: https://github.com/dart-lang/shelf.git@master
Patch Set: nits Created 4 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 | « pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message_test.dart
diff --git a/test/message_test.dart b/test/message_test.dart
index 7caad9a25f3d642008472827665a9d51e457dbd2..51596cbba1c9a63136cb286be18c4d7e8a655d01 100644
--- a/test/message_test.dart
+++ b/test/message_test.dart
@@ -6,7 +6,6 @@ import 'dart:async';
import 'dart:convert';
import 'package:shelf/src/message.dart';
-import 'package:shelf/src/response.dart';
import 'package:test/test.dart';
import 'test_util.dart';
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698