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

Unified Diff: test/scheduled_server_test.dart

Issue 1152453009: pkg/scheduled_test: fix analyzer hints (Closed) Base URL: https://github.com/dart-lang/scheduled_test.git@master
Patch Set: nits 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 | « test/descriptor/pattern_test.dart ('k') | test/scheduled_stream/stream_matcher_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/scheduled_server_test.dart
diff --git a/test/scheduled_server_test.dart b/test/scheduled_server_test.dart
index 29ee4b93f91af1e5aa7754f8b9de057481e6b76d..d7471f03c410e4c5b23f222a2c8018b02d2ee9fc 100644
--- a/test/scheduled_server_test.dart
+++ b/test/scheduled_server_test.dart
@@ -5,14 +5,12 @@
library scheduled_server_test;
import 'dart:async';
-import 'dart:io';
import 'package:http/http.dart' as http;
import 'package:scheduled_test/scheduled_server.dart';
import 'package:scheduled_test/scheduled_test.dart';
import 'package:shelf/shelf.dart' as shelf;
-import 'package:metatest/metatest.dart';
import 'utils.dart';
void main() {
« no previous file with comments | « test/descriptor/pattern_test.dart ('k') | test/scheduled_stream/stream_matcher_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698