| Index: tests/compiler/dart2js/source_map_deferred_d2js_validity_test.dart
|
| diff --git a/tests/compiler/dart2js/source_map_deferred_d2js_validity_test.dart b/tests/compiler/dart2js/source_map_deferred_d2js_validity_test.dart
|
| index 19c8f711411f2c94cacf49a119333e9178309300..36a4878661becaaeff9fcab1bdeba3b52aceff20 100644
|
| --- a/tests/compiler/dart2js/source_map_deferred_d2js_validity_test.dart
|
| +++ b/tests/compiler/dart2js/source_map_deferred_d2js_validity_test.dart
|
| @@ -22,7 +22,7 @@ void main() {
|
| '-o${tmpDir.path}/out.js',
|
| '--library-root=sdk']);
|
| return result.then((CompilationResult result) {
|
| - Compiler compiler = result.compiler;
|
| + CompilerImpl compiler = result.compiler;
|
| Uri mainUri = new Uri.file('${tmpDir.path}/out.js',
|
| windows: Platform.isWindows);
|
| Uri deferredUri = new Uri.file('${tmpDir.path}/out.js_1.part.js',
|
|
|