| Index: tests/compiler/dart2js/serialization_compilation_test.dart
|
| diff --git a/tests/compiler/dart2js/serialization_compilation_test.dart b/tests/compiler/dart2js/serialization_compilation_test.dart
|
| index 4c5988e3ce8ab47fde3b17a7036b6d28619ffe38..fecfec93026390422968b04f0e85b7342545ff7f 100644
|
| --- a/tests/compiler/dart2js/serialization_compilation_test.dart
|
| +++ b/tests/compiler/dart2js/serialization_compilation_test.dart
|
| @@ -48,9 +48,7 @@ Future compile(String serializedData, Uri entryPoint, Test test,
|
| await runCompiler(
|
| entryPoint: entryPoint,
|
| memorySourceFiles: test != null ? test.sourceFiles : const {},
|
| - options: [Flags.disableTypeInference,
|
| - Flags.disableInlining,
|
| - // TODO(johnniwinther): Reenable this: We have some invalid
|
| + options: [// TODO(johnniwinther): Reenable this: We have some invalid
|
| // locations
|
| Flags.noSourceMaps],
|
| outputProvider: outputCollector,
|
|
|