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

Unified Diff: test/report_test.dart

Issue 1166683005: upgrade dependencies, including migration to package:test (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 7 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/end_to_end_test.dart ('k') | test/runtime/dart_logging_runtime_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/report_test.dart
diff --git a/test/report_test.dart b/test/report_test.dart
index c19e3aba449f71d1aa69882faea9678db674065a..1cf9ae4163429361c70bb04d44312555f53adc6a 100644
--- a/test/report_test.dart
+++ b/test/report_test.dart
@@ -5,17 +5,13 @@
/// Tests for summary reporting.
library dev_compiler.test.report_test;
-import 'package:unittest/unittest.dart';
+import 'package:test/test.dart';
import 'package:dev_compiler/src/testing.dart';
import 'package:dev_compiler/src/report.dart';
import 'package:dev_compiler/src/summary.dart';
-import 'test_util.dart';
-
void main() {
- configureTest();
-
test('toJson/parse', () {
var files = {
'/main.dart': '''
« no previous file with comments | « test/end_to_end_test.dart ('k') | test/runtime/dart_logging_runtime_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698