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

Unified Diff: test/report_test.dart

Issue 1014573003: Adding Travis CI and Coveralls support (Closed) Base URL: https://github.com/dart-lang/dart-dev-compiler.git@master
Patch Set: Created 5 years, 9 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/report_test.dart
diff --git a/test/report_test.dart b/test/report_test.dart
index b1d64a3890067368ff71f7fda2fc1e34e040735f..c1e282b68f2ac06d6fd3f7b7443251726f7c7d2c 100644
--- a/test/report_test.dart
+++ b/test/report_test.dart
@@ -5,15 +5,17 @@
/// Tests for summary reporting.
library dev_compiler.test.report_test;
-import 'package:unittest/compact_vm_config.dart';
import 'package:unittest/unittest.dart';
import 'package:dev_compiler/src/testing.dart';
import 'package:dev_compiler/src/report.dart';
import 'package:dev_compiler/src/summary.dart';
-main() {
- useCompactVMConfiguration();
+import 'test_util.dart';
+
+void main() {
+ configureTest();
+
test('toJson/parse', () {
var files = {
'/main.dart': '''

Powered by Google App Engine
This is Rietveld 408576698