| Index: dart/tests/try/web/incremental_compilation_update_test.dart
|
| diff --git a/dart/tests/try/web/incremental_compilation_update_test.dart b/dart/tests/try/web/incremental_compilation_update_test.dart
|
| index 518cfa235461ec942ad9a4c3f79624ea49bd1f9c..cf226525c38012e6dd2b1a341f4d845fa5d977a4 100644
|
| --- a/dart/tests/try/web/incremental_compilation_update_test.dart
|
| +++ b/dart/tests/try/web/incremental_compilation_update_test.dart
|
| @@ -866,8 +866,6 @@ main() {
|
| const <ProgramResult>[
|
| const ProgramResult(
|
| r"""
|
| -import 'dart:collection';
|
| -
|
| class C {
|
| static m() {
|
| print('v1');
|
| @@ -875,8 +873,6 @@ class C {
|
| }
|
|
|
| main() {
|
| - // TODO(ahe): The incremental compiler magter ikke static tear-off closures.
|
| - new HashMap(equals: identical);
|
| try {
|
| C.m();
|
| } catch (e) {
|
|
|