| Index: test/dart2js/source_maps_include_core_libs_test.dart
|
| diff --git a/test/dart2js/source_maps_include_core_libs_test.dart b/test/dart2js/source_maps_include_core_libs_test.dart
|
| index 6af59c6512c838a23102945b947cebd972d01fec..520824e486f536161d1c463c8b45d57cd6627583 100644
|
| --- a/test/dart2js/source_maps_include_core_libs_test.dart
|
| +++ b/test/dart2js/source_maps_include_core_libs_test.dart
|
| @@ -8,8 +8,6 @@ import '../descriptor.dart' as d;
|
| import '../test_pub.dart';
|
|
|
| main() {
|
| - initConfig();
|
| -
|
| // This test is a bit shaky. Since dart2js is free to inline things, it's
|
| // not precise as to which source libraries will actually be referenced in
|
| // the source map. But this tries to use a type in the core library
|
|
|