| Index: tests/compiler/dart2js_native/native_method_with_keyword_name_test.dart
|
| diff --git a/tests/compiler/dart2js_native/native_method_with_keyword_name_test.dart b/tests/compiler/dart2js_native/native_method_with_keyword_name_test.dart
|
| index 3e9ac55340336d7281762b21609abadf9d060d4d..b9a8975a680d161c57c4750ee42b6b0c6917f689 100644
|
| --- a/tests/compiler/dart2js_native/native_method_with_keyword_name_test.dart
|
| +++ b/tests/compiler/dart2js_native/native_method_with_keyword_name_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";
|
| +
|
| // Make sure we can have a native with a name that is a JavaScript keyword.
|
|
|
| class A native "*A" {
|
|
|