| Index: tests/compiler/dart2js_native/native_use_native_name_in_table_frog_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_use_native_name_in_table_frog_test.dart b/tests/compiler/dart2js_native/native_use_native_name_in_table_frog_test.dart
|
| index d3a81bd506a5e4e844a6eae2b9f2d1467ba8cae7..e24cef3c7b1c77bc82ba8e8180ce030375228531 100644
|
| --- a/tests/compiler/dart2js_native/native_use_native_name_in_table_frog_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_use_native_name_in_table_frog_test.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| // Test that we put native names and not Dart names into the dynamic
|
| // dispatch table.
|
|
|
|
|