Chromium Code Reviews| Index: tests/compiler/dart2js/constant_expression_test.dart |
| diff --git a/tests/compiler/dart2js/constant_expression_test.dart b/tests/compiler/dart2js/constant_expression_test.dart |
| index 7013167e36397aff03fcf4bc0aaefc095f6a7b99..d0cefd8dcb9e8a26316f4822b6de83fee5c36bbb 100644 |
| --- a/tests/compiler/dart2js/constant_expression_test.dart |
| +++ b/tests/compiler/dart2js/constant_expression_test.dart |
| @@ -147,8 +147,6 @@ class A<T> implements B { |
| } |
| class B<S> implements C { |
| const factory B({field1}) = A<B<S>>; |
| - // TODO(johnniwinther): Enable this when the constructor evaluator doesn't |
|
Emily Fortuna
2016/11/02 00:05:25
seemed like this was enabled given the below line
Johnni Winther
2016/11/02 10:41:31
Acknowledged.
|
| - // crash: |
| const factory B.named() = A<S>; |
| } |
| class C<U> { |