| Index: tests/compiler/dart2js/uri_retention_test.dart
|
| diff --git a/tests/compiler/dart2js/uri_retention_test.dart b/tests/compiler/dart2js/uri_retention_test.dart
|
| index d8414909e1f6aba2ecf1cdb767e243ef51827e72..20bbb89976efbf6c9642d08d9cbf333e0fc8c44f 100644
|
| --- a/tests/compiler/dart2js/uri_retention_test.dart
|
| +++ b/tests/compiler/dart2js/uri_retention_test.dart
|
| @@ -8,6 +8,7 @@ import 'dart:async';
|
|
|
| import 'package:expect/expect.dart';
|
| import "package:async_helper/async_helper.dart";
|
| +import 'package:compiler/compiler_new.dart';
|
|
|
| import 'memory_compiler.dart' show runCompiler, OutputCollector;
|
|
|
| @@ -20,7 +21,7 @@ Future<String> compileSources(sources, {bool minify, bool preserveUri}) async {
|
| memorySourceFiles: sources,
|
| options: options,
|
| outputProvider: outputCollector);
|
| - return outputCollector.getOutput('', 'js');
|
| + return outputCollector.getOutput('', OutputType.js);
|
| }
|
|
|
| Future test(sources, {bool libName, bool fileName}) {
|
|
|