| Index: tests/compiler/dart2js/serialization/compilation_test_helper.dart
|
| diff --git a/tests/compiler/dart2js/serialization/compilation_test_helper.dart b/tests/compiler/dart2js/serialization/compilation_test_helper.dart
|
| index dd1989dea30ee33e4169baad997a4d0ed6cd63ba..44807dc59fcd9848882eb326ad90802e60ca4fde 100644
|
| --- a/tests/compiler/dart2js/serialization/compilation_test_helper.dart
|
| +++ b/tests/compiler/dart2js/serialization/compilation_test_helper.dart
|
| @@ -6,6 +6,7 @@ library dart2js.serialization_compilation_test;
|
|
|
| import 'dart:async';
|
| import 'package:async_helper/async_helper.dart';
|
| +import 'package:compiler/compiler_new.dart';
|
| import 'package:compiler/src/commandline_options.dart';
|
| import 'package:compiler/src/filenames.dart';
|
| import '../memory_compiler.dart';
|
| @@ -63,6 +64,6 @@ Future compile(Uri entryPoint,
|
| outputProvider: outputCollector);
|
| });
|
| if (verbose) {
|
| - print(outputCollector.getOutput('', 'js'));
|
| + print(outputCollector.getOutput('', OutputType.js));
|
| }
|
| }
|
|
|