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

Unified Diff: test/transcript_test.dart

Issue 1215833002: Use the new test runner. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: 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
Index: test/transcript_test.dart
diff --git a/test/transcript_test.dart b/test/transcript_test.dart
index 6a81d56165a0a1392b0f2346fda6ddb39f16c766..ab3d0af1f3d90aee4ac56c3dec0de5271e807bca 100644
--- a/test/transcript_test.dart
+++ b/test/transcript_test.dart
@@ -5,13 +5,11 @@
library version_test;
import 'package:pub/src/transcript.dart';
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
import 'test_pub.dart';
main() {
- initConfig();
-
test("discards from the middle once it reaches the maximum", () {
var transcript = new Transcript<String>(4);
forEachToString() {

Powered by Google App Engine
This is Rietveld 408576698