| Index: tests/html/js_dart_to_string_test.dart
|
| diff --git a/tests/html/js_dart_to_string_test.dart b/tests/html/js_dart_to_string_test.dart
|
| index f702d6b978dcd3941811f23d3df5d237065ba314..5293053332fffd128feeb6cb807ab00948b803a6 100644
|
| --- a/tests/html/js_dart_to_string_test.dart
|
| +++ b/tests/html/js_dart_to_string_test.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.
|
|
|
| -@Js()
|
| +@JS()
|
| library js_typed_interop_test;
|
|
|
| import 'dart:html';
|
| @@ -22,7 +22,7 @@ _injectJs() {
|
| """);
|
| }
|
|
|
| -@Js()
|
| +@JS()
|
| external String jsToStringViaCoercion(obj);
|
|
|
| class ExampleClassWithCustomToString {
|
|
|