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

Unified Diff: test/transcript_test.dart

Issue 1556243002: Fix analyzer hints and warnings in test/. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 4 years, 12 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/test_pub.dart ('k') | test/transformer/cache_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/transcript_test.dart
diff --git a/test/transcript_test.dart b/test/transcript_test.dart
index ab3d0af1f3d90aee4ac56c3dec0de5271e807bca..7bc5f201788527959cca8cec025e22ff813a8d3e 100644
--- a/test/transcript_test.dart
+++ b/test/transcript_test.dart
@@ -7,8 +7,6 @@ library version_test;
import 'package:pub/src/transcript.dart';
import 'package:test/test.dart';
-import 'test_pub.dart';
-
main() {
test("discards from the middle once it reaches the maximum", () {
var transcript = new Transcript<String>(4);
« no previous file with comments | « test/test_pub.dart ('k') | test/transformer/cache_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698