| Index: tests/compiler/dart2js/number_output_test.dart
|
| diff --git a/tests/compiler/dart2js/number_output_test.dart b/tests/compiler/dart2js/number_output_test.dart
|
| index af53a597e8f6cfa114df98e9025c194d6527b974..021f887f798a20ff21adda2b5826a650ba20d289 100644
|
| --- a/tests/compiler/dart2js/number_output_test.dart
|
| +++ b/tests/compiler/dart2js/number_output_test.dart
|
| @@ -4,6 +4,7 @@
|
|
|
| import 'dart:async';
|
| import 'package:expect/expect.dart';
|
| +import 'package:compiler/compiler_new.dart';
|
| import 'package:async_helper/async_helper.dart';
|
| import 'memory_compiler.dart';
|
|
|
| @@ -25,7 +26,7 @@ Future test({bool minify}) async {
|
| options: minify ? ['--minify'] : []);
|
|
|
| // Check that we use the shorter exponential representations.
|
| - String jsOutput = collector.getOutput('', 'js');
|
| + String jsOutput = collector.getOutput('', OutputType.js);
|
| print(jsOutput);
|
|
|
| if (minify) {
|
|
|