| Index: tests/compiler/dart2js/sourcemaps/source_mapping_invokes_test.dart
|
| diff --git a/tests/compiler/dart2js/sourcemaps/source_mapping_invokes_test.dart b/tests/compiler/dart2js/sourcemaps/source_mapping_invokes_test.dart
|
| index ce4d3620020a05c611150f14bb74046f48647158..6ca3c0f398f51ede29bf0579486391fd6eb82002 100644
|
| --- a/tests/compiler/dart2js/sourcemaps/source_mapping_invokes_test.dart
|
| +++ b/tests/compiler/dart2js/sourcemaps/source_mapping_invokes_test.dart
|
| @@ -3,17 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| import 'source_mapping_tester.dart';
|
| -import 'sourcemap_helper.dart';
|
| -import 'package:compiler/src/io/position_information.dart';
|
|
|
| void main() {
|
| - test(['invokes'], whiteListFunction: (String config, String file) {
|
| - if (config == 'cps') {
|
| - return (CodePoint codePoint) {
|
| - // Temporarily allow missing code points on expression statements.
|
| - return codePoint.kind == StepKind.EXPRESSION_STATEMENT;
|
| - };
|
| - }
|
| - return emptyWhiteList;
|
| - });
|
| + test(['invokes']);
|
| }
|
|
|