| Index: tests/compiler/dart2js/kernel/impact_test.dart
|
| diff --git a/tests/compiler/dart2js/kernel/impact_test.dart b/tests/compiler/dart2js/kernel/impact_test.dart
|
| index f75ccfb6eb1de8ab1a22f484aefd135448f600aa..60a95b9147afe7caf127a759ef6d34a42bd45e77 100644
|
| --- a/tests/compiler/dart2js/kernel/impact_test.dart
|
| +++ b/tests/compiler/dart2js/kernel/impact_test.dart
|
| @@ -624,11 +624,6 @@ void checkLibrary(Compiler compiler, LibraryElement library) {
|
| }
|
|
|
| void checkElement(Compiler compiler, AstElement element) {
|
| - if (compiler.backend.isNative(element)) {
|
| - // Skip native functions for now; kernel does not provide their
|
| - // signature which we need to derive their native behavior.
|
| - return;
|
| - }
|
| if (element.isConstructor) {
|
| ConstructorElement constructor = element;
|
| if (constructor.isRedirectingFactory) {
|
|
|