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

Unified Diff: test/utils_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/utils_test.dart
diff --git a/test/utils_test.dart b/test/utils_test.dart
index 423083d689d5bcbd117cf7d00d20046533dc835d..aadf914560d4c4a865668577eb7c1a6d0bfbc008 100644
--- a/test/utils_test.dart
+++ b/test/utils_test.dart
@@ -5,13 +5,11 @@
library utils_test;
import 'package:pub/src/utils.dart';
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
import 'test_pub.dart';
main() {
- initConfig();
-
group('yamlToString()', () {
test('null', () {
expect(yamlToString(null), equals('null'));

Powered by Google App Engine
This is Rietveld 408576698